#C58A42
A medium, moderate orange closely aligning with Peru.
About #C58A42
When working with digital screens, the color #C58A42 is rendered by mixing light. Its closest recognized web color is Peru. In the RGB color space, it consists of 197 red, 138 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 30% magenta, 66% yellow, and 23% black. The HSL representation is 33.0° hue, 53.0% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C58A42
RGB197, 138, 66
HSL33.0°, 53.0%, 51.6%
CMYK0%, 30%, 66%, 23%
HSV33.0°, 66.5%, 77.3%
LAB62.0, 15.4, 46.5
XYZ33.1, 30.4, 9.3
Decimal12945986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58A42;
}
.text-color {
color: #C58A42;
}
.border-color {
border: 2px solid #C58A42;
}