#007C99
A dark, vivid cyan closely aligning with Steelblue.
About #007C99
Visually, #007C99 is defined as a vivid cyan. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 124, and 153.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 19% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007C99
RGB0, 124, 153
HSL191.4°, 100.0%, 30.0%
CMYK100%, 19%, 0%, 40%
HSV191.4°, 100.0%, 60.0%
LAB47.9, -18.1, -23.7
XYZ13.0, 16.7, 32.7
Decimal31897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C99;
}
.text-color {
color: #007C99;
}
.border-color {
border: 2px solid #007C99;
}