#ade25c
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 226, 92
HSL
84°, 70%, 62%
CMYK
24, 0, 59, 11
Luminance
0.6405
Every format
| HEX | #ade25c |
| RGB | rgb(173, 226, 92) |
| HSL | hsl(84, 70%, 62%) |
| CMYK | cmyk(24%, 0%, 59%, 11%) |
| LAB | lab(84.0 -37.4 58.6) |
| LCH | lch(84.0 69.5 122.5) |
| OKLCH | oklch(0.849 0.172 127.8) |
Copy-ready code
/* CSS */
color: #ade25c;
background-color: #ade25c;
/* Tailwind (arbitrary) */
class="text-[#ade25c] bg-[#ade25c]"
/* SCSS */
$brand: #ade25c;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.361)
/* Android */
Color.parseColor("#ade25c")Accessibility — WCAG contrast
Aa
#ade25c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade25c on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue36.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow59.3%
Key (black)11.4%
Color previews
#ade25c text on a black background
contrast 13.81:1
Card sample
#ade25c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade25c;
Background color
Panel with #ade25c background
background-color: #ade25c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade25c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade25c; background: linear-gradient(135deg, #ade25c, #5CE264);