#FFD3F8
A very light, vivid neutral closely aligning with Thistle.
About #FFD3F8
Visually, #FFD3F8 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Thistle. Its digital footprint relies on 255 parts red, 211 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 17% Magenta, 3% Yellow, and 0% Black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFD3F8
RGB255, 211, 248
HSL309.5°, 100.0%, 91.4%
CMYK0%, 17%, 3%, 0%
HSV309.5°, 17.3%, 100.0%
LAB89.2, 21.5, -12.3
XYZ81.5, 74.6, 98.9
Decimal16765944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD3F8;
}
.text-color {
color: #FFD3F8;
}
.border-color {
border: 2px solid #FFD3F8;
}