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