#DBA8F8
A very light, vivid purple closely aligning with Plum.
About #DBA8F8
Visually, #DBA8F8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 219 red, 168 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 12% Cyan, 32% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBA8F8
RGB219, 168, 248
HSL278.2°, 85.1%, 81.6%
CMYK12%, 32%, 0%, 3%
HSV278.2°, 32.3%, 97.3%
LAB76.0, 32.9, -32.7
XYZ60.2, 49.8, 95.3
Decimal14395640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.97:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA8F8;
}
.text-color {
color: #DBA8F8;
}
.border-color {
border: 2px solid #DBA8F8;
}