#0FAFA8
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FAFA8
At its core, #0FAFA8 is a dark and vivid hue. Designers often compare it to the standard color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 175, and 168.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 0% M, 4% Y, and 31% K. With a hue angle of 177.4 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FAFA8
RGB15, 175, 168
HSL177.4°, 84.2%, 37.3%
CMYK91%, 0%, 4%, 31%
HSV177.4°, 91.4%, 68.6%
LAB64.6, -37.8, -7.0
XYZ22.6, 33.6, 42.3
Decimal1028008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.72:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAFA8;
}
.text-color {
color: #0FAFA8;
}
.border-color {
border: 2px solid #0FAFA8;
}