#DB7CE9
A light, vivid magenta closely aligning with Violet.
About #DB7CE9
Visually, #DB7CE9 is defined as a vivid magenta. Its closest recognized web color is Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 124, and 233.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 6% cyan and 47% magenta inks. With a hue angle of 292.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB7CE9
RGB219, 124, 233
HSL292.3°, 71.2%, 70.0%
CMYK6%, 47%, 0%, 9%
HSV292.3°, 46.8%, 91.4%
LAB66.0, 53.1, -40.0
XYZ51.1, 35.4, 81.2
Decimal14384361
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7CE9;
}
.text-color {
color: #DB7CE9;
}
.border-color {
border: 2px solid #DB7CE9;
}