#0FFFD3
A medium, vivid cyan closely aligning with Aquamarine.
About #0FFFD3
At its core, #0FFFD3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 15 parts red, 255 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. 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.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFFD3
RGB15, 255, 211
HSL169.0°, 100.0%, 52.9%
CMYK94%, 0%, 17%, 0%
HSV169.0°, 94.1%, 100.0%
LAB90.0, -59.6, 7.1
XYZ47.7, 76.3, 73.8
Decimal1048531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.26:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFD3;
}
.text-color {
color: #0FFFD3;
}
.border-color {
border: 2px solid #0FFFD3;
}