#DBB6F8
A very light, vivid purple closely aligning with Plum.
About #DBB6F8
At its core, #DBB6F8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 219 parts red, 182 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 12% Cyan, 27% Magenta, 0% Yellow, and 3% Black. With a hue angle of 273.6 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBB6F8
RGB219, 182, 248
HSL273.6°, 82.5%, 84.3%
CMYK12%, 27%, 0%, 3%
HSV273.6°, 26.6%, 97.3%
LAB79.2, 25.3, -27.7
XYZ62.9, 55.3, 96.2
Decimal14399224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.06:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB6F8;
}
.text-color {
color: #DBB6F8;
}
.border-color {
border: 2px solid #DBB6F8;
}