#DBAFF8
A very light, vivid purple closely aligning with Plum.
About #DBAFF8
At its core, #DBAFF8 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, 175 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 29% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBAFF8
RGB219, 175, 248
HSL276.2°, 83.9%, 82.9%
CMYK12%, 29%, 0%, 3%
HSV276.2°, 29.4%, 97.3%
LAB77.6, 29.1, -30.2
XYZ61.5, 52.5, 95.7
Decimal14397432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.50:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAFF8;
}
.text-color {
color: #DBAFF8;
}
.border-color {
border: 2px solid #DBAFF8;
}