#C58A6D
A light, moderate orange closely aligning with Darksalmon.
About #C58A6D
At its core, #C58A6D is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darksalmon. In the RGB color space, it consists of 197 red, 138 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 45% Y, and 23% K. The HSL representation is 19.8° hue, 43.1% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C58A6D
RGB197, 138, 109
HSL19.8°, 43.1%, 60.0%
CMYK0%, 30%, 45%, 23%
HSV19.8°, 44.7%, 77.3%
LAB62.6, 19.0, 24.5
XYZ34.9, 31.2, 18.6
Decimal12946029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58A6D;
}
.text-color {
color: #C58A6D;
}
.border-color {
border: 2px solid #C58A6D;
}