#cceecc
a pale, vivid green · cool · closest name: beige
RGB
204, 238, 204
HSL
120°, 50%, 87%
CMYK
14, 0, 14, 7
Luminance
0.7835
Every format
| HEX | #cceecc |
| RGB | rgb(204, 238, 204) |
| HSL | hsl(120, 50%, 87%) |
| CMYK | cmyk(14%, 0%, 14%, 7%) |
| LAB | lab(90.9 -17.3 12.8) |
| LCH | lch(90.9 21.6 143.6) |
| OKLCH | oklch(0.916 0.058 145.1) |
Copy-ready code
/* CSS */
color: #cceecc;
background-color: #cceecc;
/* Tailwind (arbitrary) */
class="text-[#cceecc] bg-[#cceecc]"
/* SCSS */
$brand: #cceecc;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#cceecc")Accessibility — WCAG contrast
Aa
#cceecc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceecc on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue80.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow14.3%
Key (black)6.7%
Color previews
#cceecc text on a black background
contrast 16.67:1
Card sample
#cceecc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceecc;
Background color
Panel with #cceecc background
background-color: #cceecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceecc; background: linear-gradient(135deg, #cceecc, #CCEEE3);