#DB57C5
A light, moderate magenta closely aligning with Orchid.
About #DB57C5
At its core, #DB57C5 is a light and moderate hue. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(219, 87, 197).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 60% M, 10% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB57C5
RGB219, 87, 197
HSL310.0°, 64.7%, 60.0%
CMYK0%, 60%, 10%, 14%
HSV310.0°, 60.3%, 85.9%
LAB57.9, 64.2, -32.3
XYZ42.7, 25.9, 55.6
Decimal14374853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57C5;
}
.text-color {
color: #DB57C5;
}
.border-color {
border: 2px solid #DB57C5;
}