#DB83F0
A light, vivid magenta closely aligning with Violet.
About #DB83F0
When working with digital screens, the color #DB83F0 is rendered by mixing light. Its closest recognized web color is Violet. This translates to an RGB value of rgb(219, 131, 240).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 45% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB83F0
RGB219, 131, 240
HSL288.4°, 78.4%, 72.7%
CMYK9%, 45%, 0%, 6%
HSV288.4°, 45.4%, 94.1%
LAB67.7, 50.9, -41.2
XYZ53.1, 37.6, 86.9
Decimal14386160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.52:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB83F0;
}
.text-color {
color: #DB83F0;
}
.border-color {
border: 2px solid #DB83F0;
}