#D3925F
A light, moderate orange closely aligning with Peru.
About #D3925F
At its core, #D3925F is a light and moderate hue. If you're using CSS, you might find it aligns closely with Peru. Its digital footprint relies on 211 parts red, 146 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 31% magenta, 55% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3925F
RGB211, 146, 95
HSL26.4°, 56.9%, 60.0%
CMYK0%, 31%, 55%, 17%
HSV26.4°, 55.0%, 82.7%
LAB65.9, 19.1, 36.7
XYZ39.2, 35.2, 15.6
Decimal13865567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3925F;
}
.text-color {
color: #D3925F;
}
.border-color {
border: 2px solid #D3925F;
}