#0F8399
A dark, vivid cyan closely aligning with Teal.
About #0F8399
At its core, #0F8399 is a dark and vivid hue. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(15, 131, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 14% M, 0% Y, and 40% K. The HSL representation is 189.6° hue, 82.1% saturation, and 32.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F8399
RGB15, 131, 153
HSL189.6°, 82.1%, 32.9%
CMYK90%, 14%, 0%, 40%
HSV189.6°, 90.2%, 60.0%
LAB50.3, -21.1, -20.1
XYZ14.1, 18.6, 33.0
Decimal1016729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8399;
}
.text-color {
color: #0F8399;
}
.border-color {
border: 2px solid #0F8399;
}