#DB8350
A medium, moderate orange closely aligning with Peru.
About #DB8350
Visually, #DB8350 is defined as a moderate orange. Its closest recognized web color is Peru. This translates to an RGB value of rgb(219, 131, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 40% M, 63% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
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#DB8350
RGB219, 131, 80
HSL22.0°, 65.9%, 58.6%
CMYK0%, 40%, 63%, 14%
HSV22.0°, 63.5%, 85.9%
LAB63.2, 29.3, 41.5
XYZ38.8, 31.9, 11.7
Decimal14386000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8350;
}
.text-color {
color: #DB8350;
}
.border-color {
border: 2px solid #DB8350;
}