#0FF8CC
A medium, vivid cyan closely aligning with Aquamarine.
About #0FF8CC
At its core, #0FF8CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 15 red, 248 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#0FF8CC
RGB15, 248, 204
HSL168.7°, 94.3%, 51.6%
CMYK94%, 0%, 18%, 3%
HSV168.7°, 94.0%, 97.3%
LAB87.8, -58.6, 7.5
XYZ44.7, 71.6, 68.6
Decimal1046732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF8CC;
}
.text-color {
color: #0FF8CC;
}
.border-color {
border: 2px solid #0FF8CC;
}