#DBA8FF
A very light, vivid purple closely aligning with Plum.
About #DBA8FF
When working with digital screens, the color #DBA8FF is rendered by mixing light. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 219 red, 168 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 34% magenta, 0% yellow, and 0% black. With a hue angle of 275.2 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#DBA8FF
RGB219, 168, 255
HSL275.2°, 100.0%, 82.9%
CMYK14%, 34%, 0%, 0%
HSV275.2°, 34.1%, 100.0%
LAB76.2, 34.3, -36.1
XYZ61.3, 50.3, 101.1
Decimal14395647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.06:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA8FF;
}
.text-color {
color: #DBA8FF;
}
.border-color {
border: 2px solid #DBA8FF;
}