#CCE2C5
A very light, moderate green closely aligning with Beige.
About #CCE2C5
Visually, #CCE2C5 is defined as a moderate green. Designers often compare it to the standard color Beige. This translates to an RGB value of rgb(204, 226, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 10% cyan, 0% magenta, 13% yellow, and 11% black. With a hue angle of 105.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#CCE2C5
RGB204, 226, 197
HSL105.5°, 33.3%, 82.9%
CMYK10%, 0%, 13%, 11%
HSV105.5°, 12.8%, 88.6%
LAB87.6, -12.6, 11.7
XYZ62.2, 71.3, 63.3
Decimal13427397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.25:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE2C5;
}
.text-color {
color: #CCE2C5;
}
.border-color {
border: 2px solid #CCE2C5;
}