#ccff87
a light, electric green · cool · closest name: khaki
RGB
204, 255, 135
HSL
86°, 100%, 77%
CMYK
20, 0, 47, 0
Luminance
0.8611
Every format
| HEX | #ccff87 |
| RGB | rgb(204, 255, 135) |
| HSL | hsl(86, 100%, 77%) |
| CMYK | cmyk(20%, 0%, 47%, 0%) |
| LAB | lab(94.4 -35.1 51.8) |
| LCH | lch(94.4 62.6 124.1) |
| OKLCH | oklch(0.939 0.158 128.1) |
Copy-ready code
/* CSS */
color: #ccff87;
background-color: #ccff87;
/* Tailwind (arbitrary) */
class="text-[#ccff87] bg-[#ccff87]"
/* SCSS */
$brand: #ccff87;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#ccff87")Accessibility — WCAG contrast
Aa
#ccff87 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff87 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue52.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#ccff87 text on a black background
contrast 18.22:1
Card sample
#ccff87 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff87;
Background color
Panel with #ccff87 background
background-color: #ccff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff87; background: linear-gradient(135deg, #ccff87, #87FF92);