#D37CE9
A light, vivid magenta closely aligning with Violet.
About #D37CE9
When working with digital screens, the color #D37CE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Violet. Its digital footprint relies on 211 parts red, 124 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 47% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D37CE9
RGB211, 124, 233
HSL287.9°, 71.2%, 70.0%
CMYK9%, 47%, 0%, 9%
HSV287.9°, 46.8%, 91.4%
LAB65.1, 50.8, -41.5
XYZ48.8, 34.1, 81.1
Decimal13860073
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37CE9;
}
.text-color {
color: #D37CE9;
}
.border-color {
border: 2px solid #D37CE9;
}