#C5A883
A light, moderate orange closely aligning with Tan.
About #C5A883
At its core, #C5A883 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Tan. Its digital footprint relies on 197 parts red, 168 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 15% M, 34% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#C5A883
RGB197, 168, 131
HSL33.6°, 36.3%, 64.3%
CMYK0%, 15%, 34%, 23%
HSV33.6°, 33.5%, 77.3%
LAB70.5, 5.2, 23.1
XYZ41.1, 41.5, 27.3
Decimal12953731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A883;
}
.text-color {
color: #C5A883;
}
.border-color {
border: 2px solid #C5A883;
}