#DB57D3
A light, moderate magenta closely aligning with Mediumorchid.
About #DB57D3
At its core, #DB57D3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 219 red, 87 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 60% Magenta, 4% Yellow, and 14% Black. The HSL representation is 303.6° hue, 64.7% saturation, and 60.0% lightness.
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#DB57D3
RGB219, 87, 211
HSL303.6°, 64.7%, 60.0%
CMYK0%, 60%, 4%, 14%
HSV303.6°, 60.3%, 85.9%
LAB58.6, 66.4, -39.3
XYZ44.4, 26.6, 64.4
Decimal14374867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57D3;
}
.text-color {
color: #DB57D3;
}
.border-color {
border: 2px solid #DB57D3;
}