#C58A5F
A medium, moderate orange closely aligning with Darksalmon.
About #C58A5F
Visually, #C58A5F is defined as a moderate orange. It is closely associated with the named CSS color Darksalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 138, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. With a hue angle of 25.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C58A5F
RGB197, 138, 95
HSL25.3°, 46.8%, 57.3%
CMYK0%, 30%, 52%, 23%
HSV25.3°, 51.8%, 77.3%
LAB62.4, 17.6, 31.9
XYZ34.2, 30.9, 15.0
Decimal12946015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58A5F;
}
.text-color {
color: #C58A5F;
}
.border-color {
border: 2px solid #C58A5F;
}