#cce2ac
a light, vivid green · cool · closest name: beige
RGB
204, 226, 172
HSL
84°, 48%, 78%
CMYK
10, 0, 24, 11
Luminance
0.7021
Every format
| HEX | #cce2ac |
| RGB | rgb(204, 226, 172) |
| HSL | hsl(84, 48%, 78%) |
| CMYK | cmyk(10%, 0%, 24%, 11%) |
| LAB | lab(87.1 -16.6 24.0) |
| LCH | lch(87.1 29.2 124.6) |
| OKLCH | oklch(0.883 0.075 125.9) |
Copy-ready code
/* CSS */
color: #cce2ac;
background-color: #cce2ac;
/* Tailwind (arbitrary) */
class="text-[#cce2ac] bg-[#cce2ac]"
/* SCSS */
$brand: #cce2ac;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#cce2ac")Accessibility — WCAG contrast
Aa
#cce2ac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce2ac on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green88.6%
Blue67.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#cce2ac text on a black background
contrast 15.04:1
Card sample
#cce2ac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce2ac;
Background color
Panel with #cce2ac background
background-color: #cce2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce2ac; background: linear-gradient(135deg, #cce2ac, #ACE2B0);