#ccfd64
a light, electric green · cool · closest name: yellow
RGB
204, 253, 100
HSL
79°, 98%, 69%
CMYK
19, 0, 61, 1
Luminance
0.8401
Every format
| HEX | #ccfd64 |
| RGB | rgb(204, 253, 100) |
| HSL | hsl(79, 98%, 69%) |
| CMYK | cmyk(19%, 0%, 61%, 1%) |
| LAB | lab(93.5 -37.4 66.3) |
| LCH | lch(93.5 76.1 119.4) |
| OKLCH | oklch(0.931 0.186 124.9) |
Copy-ready code
/* CSS */
color: #ccfd64;
background-color: #ccfd64;
/* Tailwind (arbitrary) */
class="text-[#ccfd64] bg-[#ccfd64]"
/* SCSS */
$brand: #ccfd64;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.392)
/* Android */
Color.parseColor("#ccfd64")Accessibility — WCAG contrast
Aa
#ccfd64 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfd64 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue39.2%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow60.5%
Key (black)0.8%
Color previews
#ccfd64 text on a black background
contrast 17.80:1
Card sample
#ccfd64 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfd64;
Background color
Panel with #ccfd64 background
background-color: #ccfd64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfd64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfd64; background: linear-gradient(135deg, #ccfd64, #66FD64);