#DB6D6D
A light, moderate red closely aligning with Indianred.
About #DB6D6D
The hex code #DB6D6D 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, 109 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 50% Magenta, 50% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB6D6D
RGB219, 109, 109
HSL0.0°, 60.4%, 64.3%
CMYK0%, 50%, 50%, 14%
HSV0.0°, 50.2%, 85.9%
LAB59.1, 43.0, 20.2
XYZ37.4, 27.1, 17.7
Decimal14380397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D6D;
}
.text-color {
color: #DB6D6D;
}
.border-color {
border: 2px solid #DB6D6D;
}