#cdf64f
a balanced, electric green · cool · closest name: yellow
RGB
205, 246, 79
HSL
75°, 90%, 64%
CMYK
17, 0, 68, 4
Luminance
0.7946
Every format
| HEX | #cdf64f |
| RGB | rgb(205, 246, 79) |
| HSL | hsl(75, 90%, 64%) |
| CMYK | cmyk(17%, 0%, 68%, 4%) |
| LAB | lab(91.4 -35.3 72.3) |
| LCH | lch(91.4 80.5 116.0) |
| OKLCH | oklch(0.914 0.192 122.3) |
Copy-ready code
/* CSS */
color: #cdf64f;
background-color: #cdf64f;
/* Tailwind (arbitrary) */
class="text-[#cdf64f] bg-[#cdf64f]"
/* SCSS */
$brand: #cdf64f;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.310)
/* Android */
Color.parseColor("#cdf64f")Accessibility — WCAG contrast
Aa
#cdf64f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf64f on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue31.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow67.9%
Key (black)3.5%
Color previews
#cdf64f text on a black background
contrast 16.89:1
Card sample
#cdf64f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf64f;
Background color
Panel with #cdf64f background
background-color: #cdf64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf64f; background: linear-gradient(135deg, #cdf64f, #5EF64F);