#0FA0AF
A dark, vivid cyan closely aligning with Darkcyan.
About #0FA0AF
At its core, #0FA0AF is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(15, 160, 175).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 91% cyan, 9% magenta, 0% yellow, and 31% black. The HSL representation is 185.6° hue, 84.2% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA0AF
RGB15, 160, 175
HSL185.6°, 84.2%, 37.3%
CMYK91%, 9%, 0%, 31%
HSV185.6°, 91.4%, 68.6%
LAB60.2, -28.5, -17.5
XYZ20.5, 28.3, 44.9
Decimal1024175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0AF;
}
.text-color {
color: #0FA0AF;
}
.border-color {
border: 2px solid #0FA0AF;
}