#ade61b
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 27
HSL
77°, 80%, 50%
CMYK
25, 0, 88, 10
Luminance
0.6556
Every format
| HEX | #ade61b |
| RGB | rgb(173, 230, 27) |
| HSL | hsl(77, 80%, 50%) |
| CMYK | cmyk(25%, 0%, 88%, 10%) |
| LAB | lab(84.8 -42.6 79.8) |
| LCH | lch(84.8 90.5 118.1) |
| OKLCH | oklch(0.854 0.212 125.9) |
Copy-ready code
/* CSS */
color: #ade61b;
background-color: #ade61b;
/* Tailwind (arbitrary) */
class="text-[#ade61b] bg-[#ade61b]"
/* SCSS */
$brand: #ade61b;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.106)
/* Android */
Color.parseColor("#ade61b")Accessibility — WCAG contrast
Aa
#ade61b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade61b on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue10.6%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow88.3%
Key (black)9.8%
Color previews
#ade61b text on a black background
contrast 14.11:1
Card sample
#ade61b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade61b;
Background color
Panel with #ade61b background
background-color: #ade61b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade61b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade61b; background: linear-gradient(135deg, #ade61b, #26E61B);