#0FF8F8
A medium, vivid cyan closely aligning with Aqua.
About #0FF8F8
At its core, #0FF8F8 is a medium and vivid hue. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(15, 248, 248).
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 0% Yellow, and 3% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0FF8F8
RGB15, 248, 248
HSL180.0°, 94.3%, 51.6%
CMYK94%, 0%, 0%, 3%
HSV180.0°, 94.0%, 97.3%
LAB88.9, -46.8, -13.8
XYZ50.7, 74.0, 100.4
Decimal1046776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF8F8;
}
.text-color {
color: #0FF8F8;
}
.border-color {
border: 2px solid #0FF8F8;
}