#DB3AE2
A medium, vivid magenta closely aligning with Darkorchid.
About #DB3AE2
When working with digital screens, the color #DB3AE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 219 parts red, 58 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 74% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#DB3AE2
RGB219, 58, 226
HSL297.5°, 74.3%, 55.7%
CMYK3%, 74%, 0%, 11%
HSV297.5°, 74.3%, 88.6%
LAB55.7, 79.2, -52.4
XYZ44.5, 23.6, 74.2
Decimal14367458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AE2;
}
.text-color {
color: #DB3AE2;
}
.border-color {
border: 2px solid #DB3AE2;
}