#CCD375
A light, moderate yellow closely aligning with Khaki.
About #CCD375
At its core, #CCD375 is a light and moderate hue. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 204 red, 211 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 0% Magenta, 45% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCD375
RGB204, 211, 117
HSL64.5°, 51.6%, 64.3%
CMYK3%, 0%, 45%, 17%
HSV64.5°, 44.5%, 82.7%
LAB82.2, -16.0, 45.5
XYZ51.4, 60.7, 25.8
Decimal13423477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD375;
}
.text-color {
color: #CCD375;
}
.border-color {
border: 2px solid #CCD375;
}