#ade72a
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 42
HSL
78°, 80%, 54%
CMYK
25, 0, 82, 9
Luminance
0.6620
Every format
| HEX | #ade72a |
| RGB | rgb(173, 231, 42) |
| HSL | hsl(78, 80%, 54%) |
| CMYK | cmyk(25%, 0%, 82%, 9%) |
| LAB | lab(85.1 -42.6 77.0) |
| LCH | lch(85.1 88.0 118.9) |
| OKLCH | oklch(0.857 0.208 126.4) |
Copy-ready code
/* CSS */
color: #ade72a;
background-color: #ade72a;
/* Tailwind (arbitrary) */
class="text-[#ade72a] bg-[#ade72a]"
/* SCSS */
$brand: #ade72a;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.165)
/* Android */
Color.parseColor("#ade72a")Accessibility — WCAG contrast
Aa
#ade72a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade72a on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue16.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow81.8%
Key (black)9.4%
Color previews
#ade72a text on a black background
contrast 14.24:1
Card sample
#ade72a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade72a;
Background color
Panel with #ade72a background
background-color: #ade72a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade72a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade72a; background: linear-gradient(135deg, #ade72a, #2FE72A);