#0FA8AF
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FA8AF
When working with digital screens, the color #0FA8AF is rendered by mixing light. Designers often compare it to the standard color Lightseagreen. This translates to an RGB value of rgb(15, 168, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 4% M, 0% Y, and 31% K. The HSL representation is 182.6° hue, 84.2% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FA8AF
RGB15, 168, 175
HSL182.6°, 84.2%, 37.3%
CMYK91%, 4%, 0%, 31%
HSV182.6°, 91.4%, 68.6%
LAB62.7, -32.4, -13.8
XYZ21.9, 31.2, 45.4
Decimal1026223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA8AF;
}
.text-color {
color: #0FA8AF;
}
.border-color {
border: 2px solid #0FA8AF;
}