#CCE2CC
A very light, muted green closely aligning with Beige.
About #CCE2CC
Visually, #CCE2CC is defined as a muted green. Designers often compare it to the standard color Beige. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 226, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 0% Magenta, 10% Yellow, and 11% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCE2CC
RGB204, 226, 204
HSL120.0°, 27.5%, 84.3%
CMYK10%, 0%, 10%, 11%
HSV120.0°, 9.7%, 88.6%
LAB87.8, -11.3, 8.3
XYZ63.0, 71.6, 67.6
Decimal13427404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE2CC;
}
.text-color {
color: #CCE2CC;
}
.border-color {
border: 2px solid #CCE2CC;
}