#CCA883
A light, moderate orange closely aligning with Tan.
About #CCA883
The hex code #CCA883 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Tan. In the RGB color space, it consists of 204 red, 168 green, and 131 blue.
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 18% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA883
RGB204, 168, 131
HSL30.4°, 41.7%, 65.7%
CMYK0%, 18%, 36%, 20%
HSV30.4°, 35.8%, 80.0%
LAB71.2, 8.0, 24.1
XYZ43.0, 42.5, 27.4
Decimal13412483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.50:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA883;
}
.text-color {
color: #CCA883;
}
.border-color {
border: 2px solid #CCA883;
}