#cdfe2b
a balanced, electric green · cool · closest name: yellow
RGB
205, 254, 43
HSL
74°, 99%, 58%
CMYK
19, 0, 83, 0
Luminance
0.8404
Every format
| HEX | #cdfe2b |
| RGB | rgb(205, 254, 43) |
| HSL | hsl(74, 99%, 58%) |
| CMYK | cmyk(19%, 0%, 83%, 0%) |
| LAB | lab(93.5 -40.4 84.8) |
| LCH | lch(93.5 93.9 115.5) |
| OKLCH | oklch(0.930 0.219 123.0) |
Copy-ready code
/* CSS */
color: #cdfe2b;
background-color: #cdfe2b;
/* Tailwind (arbitrary) */
class="text-[#cdfe2b] bg-[#cdfe2b]"
/* SCSS */
$brand: #cdfe2b;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.169)
/* Android */
Color.parseColor("#cdfe2b")Accessibility — WCAG contrast
Aa
#cdfe2b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe2b on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue16.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow83.1%
Key (black)0.4%
Color previews
#cdfe2b text on a black background
contrast 17.81:1
Card sample
#cdfe2b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe2b;
Background color
Panel with #cdfe2b background
background-color: #cdfe2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe2b; background: linear-gradient(135deg, #cdfe2b, #40FE2B);