#D3D3E9
A very light, moderate blue closely aligning with Lavender.
About #D3D3E9
The precise color #D3D3E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lavender. This translates to an RGB value of rgb(211, 211, 233).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 9% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3D3E9
RGB211, 211, 233
HSL240.0°, 33.3%, 87.1%
CMYK9%, 9%, 0%, 9%
HSV240.0°, 9.4%, 91.4%
LAB85.2, 4.2, -10.8
XYZ64.9, 66.3, 86.5
Decimal13882345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.26:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3E9;
}
.text-color {
color: #D3D3E9;
}
.border-color {
border: 2px solid #D3D3E9;
}