#0F838A
A dark, vivid cyan closely aligning with Teal.
About #0F838A
The hex code #0F838A represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 15 red, 131 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 5% Magenta, 0% Yellow, and 46% Black. The HSL representation is 183.4° hue, 80.4% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F838A
RGB15, 131, 138
HSL183.4°, 80.4%, 30.0%
CMYK89%, 5%, 0%, 46%
HSV183.4°, 89.1%, 54.1%
LAB49.7, -26.2, -12.2
XYZ12.9, 18.2, 26.9
Decimal1016714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F838A;
}
.text-color {
color: #0F838A;
}
.border-color {
border: 2px solid #0F838A;
}