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