#ade600
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 0
HSL
75°, 100%, 45%
CMYK
25, 0, 100, 10
Luminance
0.6548
Every format
| HEX | #ade600 |
| RGB | rgb(173, 230, 0) |
| HSL | hsl(75, 100%, 45%) |
| CMYK | cmyk(25%, 0%, 100%, 10%) |
| LAB | lab(84.7 -43.0 82.7) |
| LCH | lch(84.7 93.2 117.4) |
| OKLCH | oklch(0.854 0.216 125.6) |
Copy-ready code
/* CSS */
color: #ade600;
background-color: #ade600;
/* Tailwind (arbitrary) */
class="text-[#ade600] bg-[#ade600]"
/* SCSS */
$brand: #ade600;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.000)
/* Android */
Color.parseColor("#ade600")Accessibility — WCAG contrast
Aa
#ade600 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade600 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue0.0%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow100.0%
Key (black)9.8%
Color previews
#ade600 text on a black background
contrast 14.10:1
Card sample
#ade600 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade600;
Background color
Panel with #ade600 background
background-color: #ade600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade600; background: linear-gradient(135deg, #ade600, #14E600);