#ade23b
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 59
HSL
79°, 74%, 56%
CMYK
24, 0, 74, 11
Luminance
0.6359
Every format
| HEX | #ade23b |
| RGB | rgb(173, 226, 59) |
| HSL | hsl(79, 74%, 56%) |
| CMYK | cmyk(24%, 0%, 74%, 11%) |
| LAB | lab(83.8 -39.6 71.0) |
| LCH | lch(83.8 81.3 119.2) |
| OKLCH | oklch(0.847 0.195 126.0) |
Copy-ready code
/* CSS */
color: #ade23b;
background-color: #ade23b;
/* Tailwind (arbitrary) */
class="text-[#ade23b] bg-[#ade23b]"
/* SCSS */
$brand: #ade23b;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.231)
/* Android */
Color.parseColor("#ade23b")Accessibility — WCAG contrast
Aa
#ade23b on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade23b on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue23.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow73.9%
Key (black)11.4%
Color previews
#ade23b text on a black background
contrast 13.72:1
Card sample
#ade23b text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade23b;
Background color
Panel with #ade23b background
background-color: #ade23b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade23b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade23b; background: linear-gradient(135deg, #ade23b, #3EE23B);