#DBBDFF
A very light, vivid purple closely aligning with Plum.
About #DBBDFF
When working with digital screens, the color #DBBDFF is rendered by mixing light. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(219, 189, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 26% Magenta, 0% Yellow, and 0% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBBDFF
RGB219, 189, 255
HSL267.3°, 100.0%, 87.1%
CMYK14%, 26%, 0%, 0%
HSV267.3°, 25.9%, 100.0%
LAB81.1, 23.0, -28.6
XYZ65.5, 58.7, 102.5
Decimal14401023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.74:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBDFF;
}
.text-color {
color: #DBBDFF;
}
.border-color {
border: 2px solid #DBBDFF;
}