#DB8AFF
A light, vivid purple closely aligning with Violet.
About #DB8AFF
The precise color #DB8AFF is an excellent choice for modern design projects. Designers often compare it to the standard color Violet. In the RGB color space, it consists of 219 red, 138 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 14% C, 46% M, 0% Y, and 0% K. With a hue angle of 281.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#DB8AFF
RGB219, 138, 255
HSL281.5°, 100.0%, 77.1%
CMYK14%, 46%, 0%, 0%
HSV281.5°, 45.9%, 100.0%
LAB69.8, 50.2, -46.1
XYZ56.4, 40.5, 99.4
Decimal14387967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB8AFF;
}
.text-color {
color: #DB8AFF;
}
.border-color {
border: 2px solid #DB8AFF;
}