#DB92FF
A light, vivid purple closely aligning with Violet.
About #DB92FF
The hex code #DB92FF represents a beautifully specific shade of purple. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 146, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 14% cyan, 43% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB92FF
RGB219, 146, 255
HSL280.2°, 100.0%, 78.6%
CMYK14%, 43%, 0%, 0%
HSV280.2°, 42.7%, 100.0%
LAB71.4, 46.1, -43.5
XYZ57.5, 42.8, 99.8
Decimal14390015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.57:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92FF;
}
.text-color {
color: #DB92FF;
}
.border-color {
border: 2px solid #DB92FF;
}