#DB57F0
A light, vivid magenta closely aligning with Mediumorchid.
About #DB57F0
At its core, #DB57F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(219, 87, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 9% Cyan, 64% Magenta, 0% Yellow, and 6% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB57F0
RGB219, 87, 240
HSL291.8°, 83.6%, 64.1%
CMYK9%, 64%, 0%, 6%
HSV291.8°, 63.7%, 94.1%
LAB60.0, 71.4, -53.3
XYZ48.3, 28.2, 85.3
Decimal14374896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57F0;
}
.text-color {
color: #DB57F0;
}
.border-color {
border: 2px solid #DB57F0;
}