#ccff77
a light, electric green · cool · closest name: khaki
RGB
204, 255, 119
HSL
83°, 100%, 73%
CMYK
20, 0, 53, 0
Luminance
0.8569
Every format
| HEX | #ccff77 |
| RGB | rgb(204, 255, 119) |
| HSL | hsl(83, 100%, 73%) |
| CMYK | cmyk(20%, 0%, 53%, 0%) |
| LAB | lab(94.2 -36.7 58.9) |
| LCH | lch(94.2 69.4 121.9) |
| OKLCH | oklch(0.937 0.173 126.6) |
Copy-ready code
/* CSS */
color: #ccff77;
background-color: #ccff77;
/* Tailwind (arbitrary) */
class="text-[#ccff77] bg-[#ccff77]"
/* SCSS */
$brand: #ccff77;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.467)
/* Android */
Color.parseColor("#ccff77")Accessibility — WCAG contrast
Aa
#ccff77 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff77 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue46.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow53.3%
Key (black)0.0%
Color previews
#ccff77 text on a black background
contrast 18.14:1
Card sample
#ccff77 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff77;
Background color
Panel with #ccff77 background
background-color: #ccff77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff77; background: linear-gradient(135deg, #ccff77, #77FF7D);