#DB5057
A medium, moderate red closely aligning with Indianred.
About #DB5057
At its core, #DB5057 is a medium and moderate hue. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(219, 80, 87).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 63% M, 60% Y, and 14% K. With a hue angle of 357.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB5057
RGB219, 80, 87
HSL357.0°, 65.9%, 58.6%
CMYK0%, 63%, 60%, 14%
HSV357.0°, 63.5%, 85.9%
LAB53.5, 54.8, 25.6
XYZ33.8, 21.5, 11.4
Decimal14372951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5057;
}
.text-color {
color: #DB5057;
}
.border-color {
border: 2px solid #DB5057;
}