#ade94b
a balanced, electric green · cool · closest name: yellow
RGB
173, 233, 75
HSL
83°, 78%, 60%
CMYK
26, 0, 68, 9
Luminance
0.6767
Every format
| HEX | #ade94b |
| RGB | rgb(173, 233, 75) |
| HSL | hsl(83, 78%, 60%) |
| CMYK | cmyk(26%, 0%, 68%, 9%) |
| LAB | lab(85.8 -41.8 67.5) |
| LCH | lch(85.8 79.4 121.8) |
| OKLCH | oklch(0.864 0.194 128.0) |
Copy-ready code
/* CSS */
color: #ade94b;
background-color: #ade94b;
/* Tailwind (arbitrary) */
class="text-[#ade94b] bg-[#ade94b]"
/* SCSS */
$brand: #ade94b;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.294)
/* Android */
Color.parseColor("#ade94b")Accessibility — WCAG contrast
Aa
#ade94b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade94b on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue29.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow67.8%
Key (black)8.6%
Color previews
#ade94b text on a black background
contrast 14.53:1
Card sample
#ade94b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade94b;
Background color
Panel with #ade94b background
background-color: #ade94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade94b; background: linear-gradient(135deg, #ade94b, #4BE952);