#DB5F50
A medium, moderate red closely aligning with Indianred.
About #DB5F50
The precise color #DB5F50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 219 red, 95 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 57% Magenta, 63% Yellow, and 14% Black. The HSL representation is 6.5° hue, 65.9% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB5F50
RGB219, 95, 80
HSL6.5°, 65.9%, 58.6%
CMYK0%, 57%, 63%, 14%
HSV6.5°, 63.5%, 85.9%
LAB55.9, 47.6, 32.7
XYZ34.8, 23.8, 10.4
Decimal14376784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5F50;
}
.text-color {
color: #DB5F50;
}
.border-color {
border: 2px solid #DB5F50;
}