#cdf91a
a balanced, electric green · cool · closest name: yellow
RGB
205, 249, 26
HSL
72°, 95%, 54%
CMYK
18, 0, 90, 2
Luminance
0.8081
Every format
| HEX | #cdf91a |
| RGB | rgb(205, 249, 26) |
| HSL | hsl(72, 95%, 54%) |
| CMYK | cmyk(18%, 0%, 90%, 2%) |
| LAB | lab(92.0 -38.6 86.7) |
| LCH | lch(92.0 94.9 114.0) |
| OKLCH | oklch(0.918 0.218 121.9) |
Copy-ready code
/* CSS */
color: #cdf91a;
background-color: #cdf91a;
/* Tailwind (arbitrary) */
class="text-[#cdf91a] bg-[#cdf91a]"
/* SCSS */
$brand: #cdf91a;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.102)
/* Android */
Color.parseColor("#cdf91a")Accessibility — WCAG contrast
Aa
#cdf91a on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf91a on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue10.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow89.6%
Key (black)2.4%
Color previews
#cdf91a text on a black background
contrast 17.16:1
Card sample
#cdf91a text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf91a;
Background color
Panel with #cdf91a background
background-color: #cdf91a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf91a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf91a; background: linear-gradient(135deg, #cdf91a, #38F91A);