#0FFFF8
A medium, vivid cyan closely aligning with Aqua.
About #0FFFF8
When working with digital screens, the color #0FFFF8 is rendered by mixing light. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(15, 255, 248).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 94% cyan, 0% magenta, 3% yellow, and 0% black. The HSL representation is 178.2° hue, 100.0% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FFFF8
RGB15, 255, 248
HSL178.2°, 100.0%, 52.9%
CMYK94%, 0%, 3%, 0%
HSV178.2°, 94.1%, 100.0%
LAB91.0, -49.8, -10.7
XYZ52.9, 78.4, 101.2
Decimal1048568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.68:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFF8;
}
.text-color {
color: #0FFFF8;
}
.border-color {
border: 2px solid #0FFFF8;
}