#DBB6E9
A very light, moderate purple closely aligning with Plum.
About #DBB6E9
The precise color #DBB6E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(219, 182, 233).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 6% C, 22% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBB6E9
RGB219, 182, 233
HSL283.5°, 53.7%, 81.4%
CMYK6%, 22%, 0%, 9%
HSV283.5°, 21.9%, 91.4%
LAB78.7, 22.3, -20.5
XYZ60.6, 54.4, 84.4
Decimal14399209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB6E9;
}
.text-color {
color: #DBB6E9;
}
.border-color {
border: 2px solid #DBB6E9;
}