#005F7C
A dark, vivid cyan closely aligning with Steelblue.
About #005F7C
When working with digital screens, the color #005F7C is rendered by mixing light. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(0, 95, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 23% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#005F7C
RGB0, 95, 124
HSL194.0°, 100.0%, 24.3%
CMYK100%, 23%, 0%, 51%
HSV194.0°, 100.0%, 48.6%
LAB37.2, -12.6, -23.0
XYZ7.7, 9.6, 20.5
Decimal24444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F7C;
}
.text-color {
color: #005F7C;
}
.border-color {
border: 2px solid #005F7C;
}