#cdf064
a light, electric green · cool · closest name: khaki
RGB
205, 240, 100
HSL
75°, 82%, 67%
CMYK
15, 0, 58, 6
Luminance
0.7622
Every format
| HEX | #cdf064 |
| RGB | rgb(205, 240, 100) |
| HSL | hsl(75, 82%, 67%) |
| CMYK | cmyk(15%, 0%, 58%, 6%) |
| LAB | lab(90.0 -31.1 62.4) |
| LCH | lch(90.0 69.7 116.5) |
| OKLCH | oklch(0.903 0.170 121.7) |
Copy-ready code
/* CSS */
color: #cdf064;
background-color: #cdf064;
/* Tailwind (arbitrary) */
class="text-[#cdf064] bg-[#cdf064]"
/* SCSS */
$brand: #cdf064;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.392)
/* Android */
Color.parseColor("#cdf064")Accessibility — WCAG contrast
Aa
#cdf064 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf064 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue39.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow58.3%
Key (black)5.9%
Color previews
#cdf064 text on a black background
contrast 16.24:1
Card sample
#cdf064 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf064;
Background color
Panel with #cdf064 background
background-color: #cdf064;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf064;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf064; background: linear-gradient(135deg, #cdf064, #70F064);