#DBD3E9
A very light, moderate purple closely aligning with Lavender.
About #DBD3E9
Visually, #DBD3E9 is defined as a moderate purple. It is closely associated with the named CSS color Lavender. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 211, and 233.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 9% M, 0% Y, and 9% K. The HSL representation is 261.8° hue, 33.3% saturation, and 87.1% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBD3E9
RGB219, 211, 233
HSL261.8°, 33.3%, 87.1%
CMYK6%, 9%, 0%, 9%
HSV261.8°, 9.4%, 91.4%
LAB85.8, 6.8, -9.8
XYZ67.2, 67.5, 86.6
Decimal14406633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD3E9;
}
.text-color {
color: #DBD3E9;
}
.border-color {
border: 2px solid #DBD3E9;
}