#cceeaa
a light, vivid green · cool · closest name: khaki
RGB
204, 238, 170
HSL
90°, 67%, 80%
CMYK
14, 0, 29, 7
Luminance
0.7689
Every format
| HEX | #cceeaa |
| RGB | rgb(204, 238, 170) |
| HSL | hsl(90, 67%, 80%) |
| CMYK | cmyk(14%, 0%, 29%, 7%) |
| LAB | lab(90.3 -22.7 29.4) |
| LCH | lch(90.3 37.1 127.7) |
| OKLCH | oklch(0.908 0.096 129.7) |
Copy-ready code
/* CSS */
color: #cceeaa;
background-color: #cceeaa;
/* Tailwind (arbitrary) */
class="text-[#cceeaa] bg-[#cceeaa]"
/* SCSS */
$brand: #cceeaa;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#cceeaa")Accessibility — WCAG contrast
Aa
#cceeaa on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceeaa on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue66.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#cceeaa text on a black background
contrast 16.38:1
Card sample
#cceeaa text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceeaa;
Background color
Panel with #cceeaa background
background-color: #cceeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceeaa; background: linear-gradient(135deg, #cceeaa, #AAEEB5);