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