#ade53f
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 63
HSL
80°, 76%, 57%
CMYK
25, 0, 73, 10
Luminance
0.6528
Every format
| HEX | #ade53f |
| RGB | rgb(173, 229, 63) |
| HSL | hsl(80, 76%, 57%) |
| CMYK | cmyk(25%, 0%, 73%, 10%) |
| LAB | lab(84.6 -40.8 70.5) |
| LCH | lch(84.6 81.4 120.0) |
| OKLCH | oklch(0.854 0.196 126.7) |
Copy-ready code
/* CSS */
color: #ade53f;
background-color: #ade53f;
/* Tailwind (arbitrary) */
class="text-[#ade53f] bg-[#ade53f]"
/* SCSS */
$brand: #ade53f;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.247)
/* Android */
Color.parseColor("#ade53f")Accessibility — WCAG contrast
Aa
#ade53f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade53f on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue24.7%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow72.5%
Key (black)10.2%
Color previews
#ade53f text on a black background
contrast 14.06:1
Card sample
#ade53f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade53f;
Background color
Panel with #ade53f background
background-color: #ade53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade53f; background: linear-gradient(135deg, #ade53f, #3FE540);