#D36D66
A light, moderate red closely aligning with Indianred.
About #D36D66
The precise color #D36D66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(211, 109, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 48% magenta, 52% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D36D66
RGB211, 109, 102
HSL3.9°, 55.3%, 61.4%
CMYK0%, 48%, 52%, 17%
HSV3.9°, 51.7%, 82.7%
LAB57.8, 39.4, 22.3
XYZ34.7, 25.7, 15.7
Decimal13856102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36D66;
}
.text-color {
color: #D36D66;
}
.border-color {
border: 2px solid #D36D66;
}