#0F6675
A dark, vivid cyan closely aligning with Teal.
About #0F6675
At its core, #0F6675 is a dark and vivid hue. Designers often compare it to the standard color Teal. In the RGB color space, it consists of 15 red, 102 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 87% cyan, 13% magenta, 0% yellow, and 54% black. The HSL representation is 188.8° hue, 77.3% saturation, and 25.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F6675
RGB15, 102, 117
HSL188.8°, 77.3%, 25.9%
CMYK87%, 13%, 0%, 54%
HSV188.8°, 87.2%, 45.9%
LAB39.4, -18.2, -15.3
XYZ8.2, 10.9, 18.5
Decimal1009269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.61:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.32:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6675;
}
.text-color {
color: #0F6675;
}
.border-color {
border: 2px solid #0F6675;
}