#ade252
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 226, 82
HSL
82°, 71%, 60%
CMYK
24, 0, 64, 11
Luminance
0.6389
Every format
| HEX | #ade252 |
| RGB | rgb(173, 226, 82) |
| HSL | hsl(82, 71%, 60%) |
| CMYK | cmyk(24%, 0%, 64%, 11%) |
| LAB | lab(83.9 -38.2 62.7) |
| LCH | lch(83.9 73.4 121.3) |
| OKLCH | oklch(0.848 0.180 127.1) |
Copy-ready code
/* CSS */
color: #ade252;
background-color: #ade252;
/* Tailwind (arbitrary) */
class="text-[#ade252] bg-[#ade252]"
/* SCSS */
$brand: #ade252;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.322)
/* Android */
Color.parseColor("#ade252")Accessibility — WCAG contrast
Aa
#ade252 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade252 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue32.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow63.7%
Key (black)11.4%
Color previews
#ade252 text on a black background
contrast 13.78:1
Card sample
#ade252 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade252;
Background color
Panel with #ade252 background
background-color: #ade252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade252; background: linear-gradient(135deg, #ade252, #52E257);