#0FAF8A
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #0FAF8A
At its core, #0FAF8A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(15, 175, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FAF8A
RGB15, 175, 138
HSL166.1°, 84.2%, 37.3%
CMYK91%, 0%, 21%, 31%
HSV166.1°, 91.4%, 68.6%
LAB63.8, -46.1, 8.6
XYZ20.1, 32.6, 29.3
Decimal1027978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF8A;
}
.text-color {
color: #0FAF8A;
}
.border-color {
border: 2px solid #0FAF8A;
}