#ccee9b
a light, vivid green · cool · closest name: khaki
RGB
204, 238, 155
HSL
85°, 71%, 77%
CMYK
14, 0, 35, 7
Luminance
0.7635
Every format
| HEX | #ccee9b |
| RGB | rgb(204, 238, 155) |
| HSL | hsl(85, 71%, 77%) |
| CMYK | cmyk(14%, 0%, 35%, 7%) |
| LAB | lab(90.0 -24.8 36.6) |
| LCH | lch(90.0 44.2 124.1) |
| OKLCH | oklch(0.905 0.113 126.7) |
Copy-ready code
/* CSS */
color: #ccee9b;
background-color: #ccee9b;
/* Tailwind (arbitrary) */
class="text-[#ccee9b] bg-[#ccee9b]"
/* SCSS */
$brand: #ccee9b;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#ccee9b")Accessibility — WCAG contrast
Aa
#ccee9b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee9b on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue60.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#ccee9b text on a black background
contrast 16.27:1
Card sample
#ccee9b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee9b;
Background color
Panel with #ccee9b background
background-color: #ccee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee9b; background: linear-gradient(135deg, #ccee9b, #9BEEA2);