#005F50
A very dark, vivid cyan closely aligning with Teal.
About #005F50
At its core, #005F50 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 0 red, 95 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 16% yellow, and 63% black. The HSL representation is 170.5° hue, 100.0% saturation, and 18.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005F50
RGB0, 95, 80
HSL170.5°, 100.0%, 18.6%
CMYK100%, 0%, 16%, 63%
HSV170.5°, 100.0%, 37.3%
LAB35.5, -28.2, 1.8
XYZ5.5, 8.8, 9.0
Decimal24400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.29:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F50;
}
.text-color {
color: #005F50;
}
.border-color {
border: 2px solid #005F50;
}