#cdf34d
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 77
HSL
74°, 87%, 63%
CMYK
16, 0, 68, 5
Luminance
0.7762
Every format
| HEX | #cdf34d |
| RGB | rgb(205, 243, 77) |
| HSL | hsl(74, 87%, 63%) |
| CMYK | cmyk(16%, 0%, 68%, 5%) |
| LAB | lab(90.6 -34.0 72.2) |
| LCH | lch(90.6 79.8 115.2) |
| OKLCH | oklch(0.907 0.190 121.5) |
Copy-ready code
/* CSS */
color: #cdf34d;
background-color: #cdf34d;
/* Tailwind (arbitrary) */
class="text-[#cdf34d] bg-[#cdf34d]"
/* SCSS */
$brand: #cdf34d;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.302)
/* Android */
Color.parseColor("#cdf34d")Accessibility — WCAG contrast
Aa
#cdf34d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf34d on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue30.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow68.3%
Key (black)4.7%
Color previews
#cdf34d text on a black background
contrast 16.52:1
Card sample
#cdf34d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf34d;
Background color
Panel with #cdf34d background
background-color: #cdf34d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf34d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf34d; background: linear-gradient(135deg, #cdf34d, #5EF34D);