#0F665F
A dark, vivid cyan closely aligning with Teal.
About #0F665F
The hex code #0F665F represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 15 parts red, 102 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 85% Cyan, 0% Magenta, 7% Yellow, and 60% Black. The HSL representation is 175.2° hue, 74.4% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F665F
RGB15, 102, 95
HSL175.2°, 74.4%, 22.9%
CMYK85%, 0%, 7%, 60%
HSV175.2°, 85.3%, 40.0%
LAB38.6, -25.6, -3.0
XYZ7.0, 10.4, 12.5
Decimal1009247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F665F;
}
.text-color {
color: #0F665F;
}
.border-color {
border: 2px solid #0F665F;
}