#cdf41f
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 31
HSL
71°, 91%, 54%
CMYK
16, 0, 87, 4
Luminance
0.7778
Every format
| HEX | #cdf41f |
| RGB | rgb(205, 244, 31) |
| HSL | hsl(71, 91%, 54%) |
| CMYK | cmyk(16%, 0%, 87%, 4%) |
| LAB | lab(90.7 -36.3 84.8) |
| LCH | lch(90.7 92.2 113.2) |
| OKLCH | oklch(0.907 0.212 120.9) |
Copy-ready code
/* CSS */
color: #cdf41f;
background-color: #cdf41f;
/* Tailwind (arbitrary) */
class="text-[#cdf41f] bg-[#cdf41f]"
/* SCSS */
$brand: #cdf41f;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#cdf41f")Accessibility — WCAG contrast
Aa
#cdf41f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf41f on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue12.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#cdf41f text on a black background
contrast 16.56:1
Card sample
#cdf41f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf41f;
Background color
Panel with #cdf41f background
background-color: #cdf41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf41f; background: linear-gradient(135deg, #cdf41f, #3FF41F);