#ade20b
a balanced, electric green · cool · closest name: yellow
RGB
173, 226, 11
HSL
75°, 91%, 47%
CMYK
24, 0, 95, 11
Luminance
0.6330
Every format
| HEX | #ade20b |
| RGB | rgb(173, 226, 11) |
| HSL | hsl(75, 91%, 47%) |
| CMYK | cmyk(24%, 0%, 95%, 11%) |
| LAB | lab(83.6 -41.1 80.9) |
| LCH | lch(83.6 90.8 116.9) |
| OKLCH | oklch(0.845 0.211 125.0) |
Copy-ready code
/* CSS */
color: #ade20b;
background-color: #ade20b;
/* Tailwind (arbitrary) */
class="text-[#ade20b] bg-[#ade20b]"
/* SCSS */
$brand: #ade20b;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.043)
/* Android */
Color.parseColor("#ade20b")Accessibility — WCAG contrast
Aa
#ade20b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade20b on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue4.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow95.1%
Key (black)11.4%
Color previews
#ade20b text on a black background
contrast 13.66:1
Card sample
#ade20b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade20b;
Background color
Panel with #ade20b background
background-color: #ade20b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade20b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade20b; background: linear-gradient(135deg, #ade20b, #1EE20B);