#ccee88
a light, electric green · cool · closest name: khaki
RGB
204, 238, 136
HSL
80°, 75%, 73%
CMYK
14, 0, 43, 7
Luminance
0.7576
Every format
| HEX | #ccee88 |
| RGB | rgb(204, 238, 136) |
| HSL | hsl(80, 75%, 73%) |
| CMYK | cmyk(14%, 0%, 43%, 7%) |
| LAB | lab(89.8 -27.1 45.6) |
| LCH | lch(89.8 53.1 120.7) |
| OKLCH | oklch(0.902 0.134 124.1) |
Copy-ready code
/* CSS */
color: #ccee88;
background-color: #ccee88;
/* Tailwind (arbitrary) */
class="text-[#ccee88] bg-[#ccee88]"
/* SCSS */
$brand: #ccee88;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#ccee88")Accessibility — WCAG contrast
Aa
#ccee88 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee88 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue53.3%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow42.9%
Key (black)6.7%
Color previews
#ccee88 text on a black background
contrast 16.15:1
Card sample
#ccee88 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee88;
Background color
Panel with #ccee88 background
background-color: #ccee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee88; background: linear-gradient(135deg, #ccee88, #88EE88);