#005F49
A very dark, vivid cyan closely aligning with Teal.
About #005F49
When working with digital screens, the color #005F49 is rendered by mixing light. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(0, 95, 73).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 23% Yellow, and 63% Black. The HSL representation is 166.1° hue, 100.0% saturation, and 18.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#005F49
RGB0, 95, 73
HSL166.1°, 100.0%, 18.6%
CMYK100%, 0%, 23%, 63%
HSV166.1°, 100.0%, 37.3%
LAB35.3, -30.3, 5.8
XYZ5.3, 8.7, 7.7
Decimal24393
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.68:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.34:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F49;
}
.text-color {
color: #005F49;
}
.border-color {
border: 2px solid #005F49;
}