#0F8375
A dark, vivid cyan closely aligning with Teal.
About #0F8375
The hex code #0F8375 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(15, 131, 117).
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 0% Magenta, 11% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0F8375
RGB15, 131, 117
HSL172.8°, 79.5%, 28.6%
CMYK89%, 0%, 11%, 49%
HSV172.8°, 88.5%, 51.4%
LAB49.0, -32.8, -0.8
XYZ11.5, 17.6, 19.6
Decimal1016693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8375;
}
.text-color {
color: #0F8375;
}
.border-color {
border: 2px solid #0F8375;
}