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