#DBBDF8
A very light, vivid purple closely aligning with Plum.
About #DBBDF8
At its core, #DBBDF8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 219 red, 189 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 12% cyan and 24% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBBDF8
RGB219, 189, 248
HSL270.5°, 80.8%, 85.7%
CMYK12%, 24%, 0%, 3%
HSV270.5°, 23.8%, 97.3%
LAB80.9, 21.5, -25.2
XYZ64.4, 58.2, 96.7
Decimal14401016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBDF8;
}
.text-color {
color: #DBBDF8;
}
.border-color {
border: 2px solid #DBBDF8;
}