#CCAF99
A light, moderate orange closely aligning with Tan.
About #CCAF99
Visually, #CCAF99 is defined as a moderate orange. Its closest recognized web color is Tan. In the RGB color space, it consists of 204 red, 175 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 14% Magenta, 25% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCAF99
RGB204, 175, 153
HSL25.9°, 33.3%, 70.0%
CMYK0%, 14%, 25%, 20%
HSV25.9°, 25.0%, 80.0%
LAB73.4, 7.1, 15.2
XYZ46.0, 45.8, 36.6
Decimal13414297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.16:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAF99;
}
.text-color {
color: #CCAF99;
}
.border-color {
border: 2px solid #CCAF99;
}