#D3D3F0
A very light, moderate blue closely aligning with Lavender.
About #D3D3F0
Visually, #D3D3F0 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Lavender. In the RGB color space, it consists of 211 red, 211 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 12% Magenta, 0% Yellow, and 6% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3D3F0
RGB211, 211, 240
HSL240.0°, 49.2%, 88.4%
CMYK12%, 12%, 0%, 6%
HSV240.0°, 12.1%, 94.1%
LAB85.4, 5.6, -14.2
XYZ65.9, 66.7, 91.8
Decimal13882352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.35:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3F0;
}
.text-color {
color: #D3D3F0;
}
.border-color {
border: 2px solid #D3D3F0;
}