#DB83FF
A light, vivid purple closely aligning with Violet.
About #DB83FF
The hex code #DB83FF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(219, 131, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 14% C, 49% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a 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#DB83FF
RGB219, 131, 255
HSL282.6°, 100.0%, 75.7%
CMYK14%, 49%, 0%, 0%
HSV282.6°, 48.6%, 100.0%
LAB68.4, 53.8, -48.3
XYZ55.4, 38.5, 99.1
Decimal14386175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB83FF;
}
.text-color {
color: #DB83FF;
}
.border-color {
border: 2px solid #DB83FF;
}