#DB7CF0
A light, vivid magenta closely aligning with Violet.
About #DB7CF0
At its core, #DB7CF0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 124, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 9% cyan and 48% magenta inks. With a hue angle of 289.1 degrees, it sits comfortably in the magenta 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#DB7CF0
RGB219, 124, 240
HSL289.1°, 79.5%, 71.4%
CMYK9%, 48%, 0%, 6%
HSV289.1°, 48.3%, 94.1%
LAB66.3, 54.4, -43.3
XYZ52.1, 35.8, 86.6
Decimal14384368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7CF0;
}
.text-color {
color: #DB7CF0;
}
.border-color {
border: 2px solid #DB7CF0;
}