#D37C49
A medium, moderate orange closely aligning with Peru.
About #D37C49
Visually, #D37C49 is defined as a moderate orange. It is closely associated with the named CSS color Peru. In the RGB color space, it consists of 211 red, 124 green, and 73 blue.
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 41% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#D37C49
RGB211, 124, 73
HSL22.2°, 61.1%, 55.7%
CMYK0%, 41%, 65%, 17%
HSV22.2°, 65.4%, 82.7%
LAB60.6, 29.3, 41.8
XYZ35.3, 28.7, 10.0
Decimal13859913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.75:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C49;
}
.text-color {
color: #D37C49;
}
.border-color {
border: 2px solid #D37C49;
}