#DB5F66
A light, moderate red closely aligning with Indianred.
About #DB5F66
The hex code #DB5F66 represents a beautifully specific shade of red. 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 102 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 57% M, 53% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB5F66
RGB219, 95, 102
HSL356.6°, 63.3%, 61.6%
CMYK0%, 57%, 53%, 14%
HSV356.6°, 56.6%, 85.9%
LAB56.3, 49.2, 20.5
XYZ35.7, 24.2, 15.4
Decimal14376806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5F66;
}
.text-color {
color: #DB5F66;
}
.border-color {
border: 2px solid #DB5F66;
}