#0FF8F0
A medium, vivid cyan closely aligning with Aqua.
About #0FF8F0
When working with digital screens, the color #0FF8F0 is rendered by mixing light. Its closest recognized web color is Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 248, and 240.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 3% Yellow, and 3% Black. The HSL representation is 177.9° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FF8F0
RGB15, 248, 240
HSL177.9°, 94.3%, 51.6%
CMYK94%, 0%, 3%, 3%
HSV177.9°, 94.0%, 97.3%
LAB88.7, -49.0, -9.9
XYZ49.5, 73.5, 94.0
Decimal1046768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.71:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF8F0;
}
.text-color {
color: #0FF8F0;
}
.border-color {
border: 2px solid #0FF8F0;
}