#D34957
A medium, moderate red closely aligning with Indianred.
About #D34957
At its core, #D34957 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 211 parts red, 73 parts green, and 87 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. With a hue angle of 353.9 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D34957
RGB211, 73, 87
HSL353.9°, 61.1%, 55.7%
CMYK0%, 65%, 59%, 17%
HSV353.9°, 65.4%, 82.7%
LAB51.0, 55.1, 22.1
XYZ31.0, 19.3, 11.1
Decimal13846871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34957;
}
.text-color {
color: #D34957;
}
.border-color {
border: 2px solid #D34957;
}