#0F6D5F
A dark, vivid cyan closely aligning with Teal.
About #0F6D5F
When working with digital screens, the color #0F6D5F is rendered by mixing light. Its closest recognized web color is Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 109, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 86% Cyan, 0% Magenta, 13% Yellow, and 57% Black. The HSL representation is 171.1° hue, 75.8% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0F6D5F
RGB15, 109, 95
HSL171.1°, 75.8%, 24.3%
CMYK86%, 0%, 13%, 57%
HSV171.1°, 86.2%, 42.7%
LAB41.0, -29.1, 0.5
XYZ7.7, 11.9, 12.7
Decimal1011039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.95:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D5F;
}
.text-color {
color: #0F6D5F;
}
.border-color {
border: 2px solid #0F6D5F;
}