#CCDBBD
A very light, muted green closely aligning with Beige.
About #CCDBBD
At its core, #CCDBBD is a very light and muted hue. It is closely associated with the named CSS color Beige. In the RGB color space, it consists of 204 red, 219 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very 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#CCDBBD
RGB204, 219, 189
HSL90.0°, 29.4%, 80.0%
CMYK7%, 0%, 14%, 14%
HSV90.0°, 13.7%, 85.9%
LAB85.6, -10.4, 13.1
XYZ59.4, 67.2, 58.0
Decimal13425597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.43:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBBD;
}
.text-color {
color: #CCDBBD;
}
.border-color {
border: 2px solid #CCDBBD;
}