#ccee66
a light, electric green · cool · closest name: khaki
RGB
204, 238, 102
HSL
75°, 80%, 67%
CMYK
14, 0, 57, 7
Luminance
0.7495
Every format
| HEX | #ccee66 |
| RGB | rgb(204, 238, 102) |
| HSL | hsl(75, 80%, 67%) |
| CMYK | cmyk(14%, 0%, 57%, 7%) |
| LAB | lab(89.4 -30.4 60.9) |
| LCH | lch(89.4 68.0 116.5) |
| OKLCH | oklch(0.898 0.166 121.6) |
Copy-ready code
/* CSS */
color: #ccee66;
background-color: #ccee66;
/* Tailwind (arbitrary) */
class="text-[#ccee66] bg-[#ccee66]"
/* SCSS */
$brand: #ccee66;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.400)
/* Android */
Color.parseColor("#ccee66")Accessibility — WCAG contrast
Aa
#ccee66 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee66 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue40.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow57.1%
Key (black)6.7%
Color previews
#ccee66 text on a black background
contrast 15.99:1
Card sample
#ccee66 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee66;
Background color
Panel with #ccee66 background
background-color: #ccee66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee66; background: linear-gradient(135deg, #ccee66, #71EE66);