#D3506D
A medium, moderate red closely aligning with Indianred.
About #D3506D
Visually, #D3506D is defined as a moderate red. Designers often compare it to the standard color Indianred. This translates to an RGB value of rgb(211, 80, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 62% magenta, 48% yellow, and 17% black. The HSL representation is 346.7° hue, 59.8% saturation, and 57.1% 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#D3506D
RGB211, 80, 109
HSL346.7°, 59.8%, 57.1%
CMYK0%, 62%, 48%, 17%
HSV346.7°, 62.1%, 82.7%
LAB52.6, 53.9, 11.1
XYZ32.5, 20.7, 16.7
Decimal13848685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3506D;
}
.text-color {
color: #D3506D;
}
.border-color {
border: 2px solid #D3506D;
}