#ccff4b
a balanced, electric green · cool · closest name: yellow
RGB
204, 255, 75
HSL
77°, 100%, 65%
CMYK
20, 0, 71, 0
Luminance
0.8487
Every format
| HEX | #ccff4b |
| RGB | rgb(204, 255, 75) |
| HSL | hsl(77, 100%, 65%) |
| CMYK | cmyk(20%, 0%, 71%, 0%) |
| LAB | lab(93.8 -39.9 76.1) |
| LCH | lch(93.8 85.9 117.7) |
| OKLCH | oklch(0.933 0.206 124.2) |
Copy-ready code
/* CSS */
color: #ccff4b;
background-color: #ccff4b;
/* Tailwind (arbitrary) */
class="text-[#ccff4b] bg-[#ccff4b]"
/* SCSS */
$brand: #ccff4b;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#ccff4b")Accessibility — WCAG contrast
Aa
#ccff4b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff4b on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue29.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#ccff4b text on a black background
contrast 17.97:1
Card sample
#ccff4b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff4b;
Background color
Panel with #ccff4b background
background-color: #ccff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff4b; background: linear-gradient(135deg, #ccff4b, #54FF4B);