#D3D3F8
A very light, vivid blue closely aligning with Lavender.
About #D3D3F8
Visually, #D3D3F8 is defined as a vivid blue. Its closest recognized web color is Lavender. Its digital footprint relies on 211 parts red, 211 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 15% cyan and 15% magenta inks. The HSL representation is 240.0° hue, 72.5% saturation, and 90.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D3D3F8
RGB211, 211, 248
HSL240.0°, 72.5%, 90.0%
CMYK15%, 15%, 0%, 3%
HSV240.0°, 14.9%, 97.3%
LAB85.6, 7.2, -18.1
XYZ67.1, 67.2, 98.2
Decimal13882360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3F8;
}
.text-color {
color: #D3D3F8;
}
.border-color {
border: 2px solid #D3D3F8;
}