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