#cdfe64
a light, electric green · cool · closest name: yellow
RGB
205, 254, 100
HSL
79°, 99%, 69%
CMYK
19, 0, 61, 0
Luminance
0.8478
Every format
| HEX | #cdfe64 |
| RGB | rgb(205, 254, 100) |
| HSL | hsl(79, 99%, 69%) |
| CMYK | cmyk(19%, 0%, 61%, 0%) |
| LAB | lab(93.8 -37.5 66.7) |
| LCH | lch(93.8 76.5 119.3) |
| OKLCH | oklch(0.934 0.187 124.9) |
Copy-ready code
/* CSS */
color: #cdfe64;
background-color: #cdfe64;
/* Tailwind (arbitrary) */
class="text-[#cdfe64] bg-[#cdfe64]"
/* SCSS */
$brand: #cdfe64;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.392)
/* Android */
Color.parseColor("#cdfe64")Accessibility — WCAG contrast
Aa
#cdfe64 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe64 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue39.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow60.6%
Key (black)0.4%
Color previews
#cdfe64 text on a black background
contrast 17.96:1
Card sample
#cdfe64 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe64;
Background color
Panel with #cdfe64 background
background-color: #cdfe64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe64; background: linear-gradient(135deg, #cdfe64, #66FE64);