#ade052
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 224, 82
HSL
82°, 70%, 60%
CMYK
23, 0, 63, 12
Luminance
0.6280
Every format
| HEX | #ade052 |
| RGB | rgb(173, 224, 82) |
| HSL | hsl(82, 70%, 60%) |
| CMYK | cmyk(23%, 0%, 63%, 12%) |
| LAB | lab(83.3 -37.3 62.1) |
| LCH | lch(83.3 72.4 121.0) |
| OKLCH | oklch(0.844 0.177 126.8) |
Copy-ready code
/* CSS */
color: #ade052;
background-color: #ade052;
/* Tailwind (arbitrary) */
class="text-[#ade052] bg-[#ade052]"
/* SCSS */
$brand: #ade052;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.322)
/* Android */
Color.parseColor("#ade052")Accessibility — WCAG contrast
Aa
#ade052 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade052 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue32.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow63.4%
Key (black)12.2%
Color previews
#ade052 text on a black background
contrast 13.56:1
Card sample
#ade052 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade052;
Background color
Panel with #ade052 background
background-color: #ade052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade052; background: linear-gradient(135deg, #ade052, #52E056);