#ade621
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 33
HSL
77°, 80%, 52%
CMYK
25, 0, 86, 10
Luminance
0.6559
Every format
| HEX | #ade621 |
| RGB | rgb(173, 230, 33) |
| HSL | hsl(77, 80%, 52%) |
| CMYK | cmyk(25%, 0%, 86%, 10%) |
| LAB | lab(84.8 -42.4 78.7) |
| LCH | lch(84.8 89.4 118.3) |
| OKLCH | oklch(0.855 0.210 126.0) |
Copy-ready code
/* CSS */
color: #ade621;
background-color: #ade621;
/* Tailwind (arbitrary) */
class="text-[#ade621] bg-[#ade621]"
/* SCSS */
$brand: #ade621;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#ade621")Accessibility — WCAG contrast
Aa
#ade621 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade621 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue12.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#ade621 text on a black background
contrast 14.12:1
Card sample
#ade621 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade621;
Background color
Panel with #ade621 background
background-color: #ade621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade621; background: linear-gradient(135deg, #ade621, #2AE621);