#DB4966
A medium, moderate red closely aligning with Indianred.
About #DB4966
The hex code #DB4966 represents a beautifully specific shade of red. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 219 red, 73 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. The HSL representation is 348.1° hue, 67.0% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DB4966
RGB219, 73, 102
HSL348.1°, 67.0%, 57.3%
CMYK0%, 67%, 53%, 14%
HSV348.1°, 66.7%, 85.9%
LAB52.7, 58.7, 15.7
XYZ34.0, 20.8, 14.8
Decimal14371174
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4966;
}
.text-color {
color: #DB4966;
}
.border-color {
border: 2px solid #DB4966;
}