#CCD3B6
A light, muted yellow closely aligning with Beige.
About #CCD3B6
Visually, #CCD3B6 is defined as a muted yellow. Its closest recognized web color is Beige. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 211, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 0% Magenta, 14% Yellow, and 17% Black. The HSL representation is 74.5° hue, 24.8% saturation, and 77.1% lightness.
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#CCD3B6
RGB204, 211, 182
HSL74.5°, 24.8%, 77.1%
CMYK3%, 0%, 14%, 17%
HSV74.5°, 13.7%, 82.7%
LAB83.3, -7.4, 13.6
XYZ56.6, 62.8, 53.4
Decimal13423542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3B6;
}
.text-color {
color: #CCD3B6;
}
.border-color {
border: 2px solid #CCD3B6;
}