#DBB6FF
A very light, vivid purple closely aligning with Plum.
About #DBB6FF
At its core, #DBB6FF 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 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 14% cyan, 29% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBB6FF
RGB219, 182, 255
HSL270.4°, 100.0%, 85.7%
CMYK14%, 29%, 0%, 0%
HSV270.4°, 28.6%, 100.0%
LAB79.5, 26.7, -31.1
XYZ64.0, 55.7, 102.0
Decimal14399231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.15:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB6FF;
}
.text-color {
color: #DBB6FF;
}
.border-color {
border: 2px solid #DBB6FF;
}