#cce6c4
a light, soft green · cool · closest name: beige
RGB
204, 230, 196
HSL
106°, 41%, 84%
CMYK
11, 0, 15, 10
Luminance
0.7342
Every format
| HEX | #cce6c4 |
| RGB | rgb(204, 230, 196) |
| HSL | hsl(106, 41%, 84%) |
| CMYK | cmyk(11%, 0%, 15%, 10%) |
| LAB | lab(88.7 -14.7 13.7) |
| LCH | lch(88.7 20.1 137.1) |
| OKLCH | oklch(0.897 0.053 138.3) |
Copy-ready code
/* CSS */
color: #cce6c4;
background-color: #cce6c4;
/* Tailwind (arbitrary) */
class="text-[#cce6c4] bg-[#cce6c4]"
/* SCSS */
$brand: #cce6c4;
/* SwiftUI */
Color(red: 0.800, green: 0.902, blue: 0.769)
/* Android */
Color.parseColor("#cce6c4")Accessibility — WCAG contrast
Aa
#cce6c4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce6c4 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.2%
Blue76.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow14.8%
Key (black)9.8%
Color previews
#cce6c4 text on a black background
contrast 15.68:1
Card sample
#cce6c4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce6c4;
Background color
Panel with #cce6c4 background
background-color: #cce6c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce6c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 230, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 230, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce6c4; background: linear-gradient(135deg, #cce6c4, #C4E6D3);