#ade31a
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 26
HSL
76°, 79%, 50%
CMYK
24, 0, 89, 11
Luminance
0.6390
Every format
| HEX | #ade31a |
| RGB | rgb(173, 227, 26) |
| HSL | hsl(76, 79%, 50%) |
| CMYK | cmyk(24%, 0%, 89%, 11%) |
| LAB | lab(83.9 -41.3 79.3) |
| LCH | lch(83.9 89.4 117.5) |
| OKLCH | oklch(0.847 0.209 125.4) |
Copy-ready code
/* CSS */
color: #ade31a;
background-color: #ade31a;
/* Tailwind (arbitrary) */
class="text-[#ade31a] bg-[#ade31a]"
/* SCSS */
$brand: #ade31a;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.102)
/* Android */
Color.parseColor("#ade31a")Accessibility — WCAG contrast
Aa
#ade31a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade31a on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue10.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow88.5%
Key (black)11.0%
Color previews
#ade31a text on a black background
contrast 13.78:1
Card sample
#ade31a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade31a;
Background color
Panel with #ade31a background
background-color: #ade31a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade31a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade31a; background: linear-gradient(135deg, #ade31a, #27E31A);