#0F757C
A dark, vivid cyan closely aligning with Teal.
About #0F757C
The precise color #0F757C is an excellent choice for modern design projects. Its closest recognized web color is Teal. In the RGB color space, it consists of 15 red, 117 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 88% cyan and 6% magenta inks. The HSL representation is 183.9° hue, 78.4% saturation, and 27.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0F757C
RGB15, 117, 124
HSL183.9°, 78.4%, 27.3%
CMYK88%, 6%, 0%, 51%
HSV183.9°, 87.9%, 48.6%
LAB44.6, -23.8, -11.5
XYZ10.2, 14.3, 21.3
Decimal1013116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F757C;
}
.text-color {
color: #0F757C;
}
.border-color {
border: 2px solid #0F757C;
}