#ade642
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 66
HSL
81°, 77%, 58%
CMYK
25, 0, 71, 10
Luminance
0.6587
Every format
| HEX | #ade642 |
| RGB | rgb(173, 230, 66) |
| HSL | hsl(81, 77%, 58%) |
| CMYK | cmyk(25%, 0%, 71%, 10%) |
| LAB | lab(84.9 -41.0 69.8) |
| LCH | lch(84.9 80.9 120.4) |
| OKLCH | oklch(0.856 0.196 127.0) |
Copy-ready code
/* CSS */
color: #ade642;
background-color: #ade642;
/* Tailwind (arbitrary) */
class="text-[#ade642] bg-[#ade642]"
/* SCSS */
$brand: #ade642;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.259)
/* Android */
Color.parseColor("#ade642")Accessibility — WCAG contrast
Aa
#ade642 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade642 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue25.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow71.3%
Key (black)9.8%
Color previews
#ade642 text on a black background
contrast 14.17:1
Card sample
#ade642 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade642;
Background color
Panel with #ade642 background
background-color: #ade642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade642; background: linear-gradient(135deg, #ade642, #42E644);