#0F7C83
A dark, vivid cyan closely aligning with Teal.
About #0F7C83
The precise color #0F7C83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 15 red, 124 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 89% C, 5% M, 0% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
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#0F7C83
RGB15, 124, 131
HSL183.6°, 79.5%, 28.6%
CMYK89%, 5%, 0%, 49%
HSV183.6°, 88.5%, 51.4%
LAB47.2, -25.0, -11.9
XYZ11.5, 16.2, 24.0
Decimal1014915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C83;
}
.text-color {
color: #0F7C83;
}
.border-color {
border: 2px solid #0F7C83;
}