#cdfc64
a light, electric green · cool · closest name: yellow
RGB
205, 252, 100
HSL
79°, 96%, 69%
CMYK
19, 0, 60, 1
Luminance
0.8352
Every format
| HEX | #cdfc64 |
| RGB | rgb(205, 252, 100) |
| HSL | hsl(79, 96%, 69%) |
| CMYK | cmyk(19%, 0%, 60%, 1%) |
| LAB | lab(93.2 -36.6 66.0) |
| LCH | lch(93.2 75.5 119.0) |
| OKLCH | oklch(0.929 0.185 124.5) |
Copy-ready code
/* CSS */
color: #cdfc64;
background-color: #cdfc64;
/* Tailwind (arbitrary) */
class="text-[#cdfc64] bg-[#cdfc64]"
/* SCSS */
$brand: #cdfc64;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.392)
/* Android */
Color.parseColor("#cdfc64")Accessibility — WCAG contrast
Aa
#cdfc64 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc64 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue39.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow60.3%
Key (black)1.2%
Color previews
#cdfc64 text on a black background
contrast 17.70:1
Card sample
#cdfc64 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc64;
Background color
Panel with #cdfc64 background
background-color: #cdfc64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc64; background: linear-gradient(135deg, #cdfc64, #67FC64);