#DB57A8
A light, moderate magenta closely aligning with Hotpink.
About #DB57A8
The hex code #DB57A8 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Hotpink. This translates to an RGB value of rgb(219, 87, 168).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 60% Magenta, 23% Yellow, and 14% Black. The HSL representation is 323.2° hue, 64.7% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DB57A8
RGB219, 87, 168
HSL323.2°, 64.7%, 60.0%
CMYK0%, 60%, 23%, 14%
HSV323.2°, 60.3%, 85.9%
LAB56.8, 60.0, -17.4
XYZ39.7, 24.7, 39.7
Decimal14374824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57A8;
}
.text-color {
color: #DB57A8;
}
.border-color {
border: 2px solid #DB57A8;
}