#D3FFF0
A very light, vivid neutral closely aligning with Lightcyan.
About #D3FFF0
Visually, #D3FFF0 is defined as a vivid neutral. Its closest recognized web color is Lightcyan. This translates to an RGB value of rgb(211, 255, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 17% cyan, 0% magenta, 6% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3FFF0
RGB211, 255, 240
HSL159.5°, 100.0%, 91.4%
CMYK17%, 0%, 6%, 0%
HSV159.5°, 17.3%, 100.0%
LAB96.7, -16.9, 2.5
XYZ78.4, 91.7, 96.0
Decimal13893616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.33:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FFF0;
}
.text-color {
color: #D3FFF0;
}
.border-color {
border: 2px solid #D3FFF0;
}