#ade84f
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 79
HSL
83°, 77%, 61%
CMYK
25, 0, 66, 9
Luminance
0.6716
Every format
| HEX | #ade84f |
| RGB | rgb(173, 232, 79) |
| HSL | hsl(83, 77%, 61%) |
| CMYK | cmyk(25%, 0%, 66%, 9%) |
| LAB | lab(85.6 -41.1 65.7) |
| LCH | lch(85.6 77.5 122.0) |
| OKLCH | oklch(0.862 0.190 128.0) |
Copy-ready code
/* CSS */
color: #ade84f;
background-color: #ade84f;
/* Tailwind (arbitrary) */
class="text-[#ade84f] bg-[#ade84f]"
/* SCSS */
$brand: #ade84f;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.310)
/* Android */
Color.parseColor("#ade84f")Accessibility — WCAG contrast
Aa
#ade84f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade84f on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue31.0%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow65.9%
Key (black)9.0%
Color previews
#ade84f text on a black background
contrast 14.43:1
Card sample
#ade84f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade84f;
Background color
Panel with #ade84f background
background-color: #ade84f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade84f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade84f; background: linear-gradient(135deg, #ade84f, #4FE857);