#DB92F8
A light, vivid purple closely aligning with Violet.
About #DB92F8
The hex code #DB92F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Violet. In the RGB color space, it consists of 219 red, 146 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 12% C, 41% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB92F8
RGB219, 146, 248
HSL282.9°, 87.9%, 77.3%
CMYK12%, 41%, 0%, 3%
HSV282.9°, 41.1%, 97.3%
LAB71.1, 44.6, -40.2
XYZ56.4, 42.4, 94.0
Decimal14390008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.48:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92F8;
}
.text-color {
color: #DB92F8;
}
.border-color {
border: 2px solid #DB92F8;
}