#cdf464
a light, electric green · cool · closest name: khaki
RGB
205, 244, 100
HSL
76°, 87%, 68%
CMYK
16, 0, 59, 4
Luminance
0.7860
Every format
| HEX | #cdf464 |
| RGB | rgb(205, 244, 100) |
| HSL | hsl(76, 87%, 68%) |
| CMYK | cmyk(16%, 0%, 59%, 4%) |
| LAB | lab(91.0 -32.9 63.6) |
| LCH | lch(91.0 71.7 117.4) |
| OKLCH | oklch(0.912 0.175 122.7) |
Copy-ready code
/* CSS */
color: #cdf464;
background-color: #cdf464;
/* Tailwind (arbitrary) */
class="text-[#cdf464] bg-[#cdf464]"
/* SCSS */
$brand: #cdf464;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.392)
/* Android */
Color.parseColor("#cdf464")Accessibility — WCAG contrast
Aa
#cdf464 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf464 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue39.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow59.0%
Key (black)4.3%
Color previews
#cdf464 text on a black background
contrast 16.72:1
Card sample
#cdf464 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf464;
Background color
Panel with #cdf464 background
background-color: #cdf464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf464; background: linear-gradient(135deg, #cdf464, #6DF464);