#ade42f
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 47
HSL
78°, 77%, 54%
CMYK
24, 0, 79, 11
Luminance
0.6458
Every format
| HEX | #ade42f |
| RGB | rgb(173, 228, 47) |
| HSL | hsl(78, 77%, 54%) |
| CMYK | cmyk(24%, 0%, 79%, 11%) |
| LAB | lab(84.3 -41.1 75.0) |
| LCH | lch(84.3 85.5 118.7) |
| OKLCH | oklch(0.851 0.203 126.0) |
Copy-ready code
/* CSS */
color: #ade42f;
background-color: #ade42f;
/* Tailwind (arbitrary) */
class="text-[#ade42f] bg-[#ade42f]"
/* SCSS */
$brand: #ade42f;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.184)
/* Android */
Color.parseColor("#ade42f")Accessibility — WCAG contrast
Aa
#ade42f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade42f on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue18.4%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow79.4%
Key (black)10.6%
Color previews
#ade42f text on a black background
contrast 13.92:1
Card sample
#ade42f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade42f;
Background color
Panel with #ade42f background
background-color: #ade42f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade42f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade42f; background: linear-gradient(135deg, #ade42f, #34E42F);