#ccff55
a light, electric green · cool · closest name: yellow
RGB
204, 255, 85
HSL
78°, 100%, 67%
CMYK
20, 0, 67, 0
Luminance
0.8501
Every format
| HEX | #ccff55 |
| RGB | rgb(204, 255, 85) |
| HSL | hsl(78, 100%, 67%) |
| CMYK | cmyk(20%, 0%, 67%, 0%) |
| LAB | lab(93.9 -39.3 72.6) |
| LCH | lch(93.9 82.6 118.4) |
| OKLCH | oklch(0.934 0.200 124.6) |
Copy-ready code
/* CSS */
color: #ccff55;
background-color: #ccff55;
/* Tailwind (arbitrary) */
class="text-[#ccff55] bg-[#ccff55]"
/* SCSS */
$brand: #ccff55;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#ccff55")Accessibility — WCAG contrast
Aa
#ccff55 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff55 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue33.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#ccff55 text on a black background
contrast 18.00:1
Card sample
#ccff55 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff55;
Background color
Panel with #ccff55 background
background-color: #ccff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff55; background: linear-gradient(135deg, #ccff55, #5BFF55);