#CCDA88
A light, moderate yellow closely aligning with Khaki.
About #CCDA88
Visually, #CCDA88 is defined as a moderate yellow. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 218, and 136.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 0% magenta, 38% yellow, and 15% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#CCDA88
RGB204, 218, 136
HSL70.2°, 52.6%, 69.4%
CMYK6%, 0%, 38%, 15%
HSV70.2°, 37.6%, 85.5%
LAB84.4, -17.4, 38.8
XYZ54.4, 64.8, 32.9
Decimal13425288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.95:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDA88;
}
.text-color {
color: #CCDA88;
}
.border-color {
border: 2px solid #CCDA88;
}