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