#ade453
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 228, 83
HSL
83°, 73%, 61%
CMYK
24, 0, 64, 11
Luminance
0.6500
Every format
| HEX | #ade453 |
| RGB | rgb(173, 228, 83) |
| HSL | hsl(83, 73%, 61%) |
| CMYK | cmyk(24%, 0%, 64%, 11%) |
| LAB | lab(84.5 -39.0 62.9) |
| LCH | lch(84.5 74.0 121.8) |
| OKLCH | oklch(0.853 0.182 127.6) |
Copy-ready code
/* CSS */
color: #ade453;
background-color: #ade453;
/* Tailwind (arbitrary) */
class="text-[#ade453] bg-[#ade453]"
/* SCSS */
$brand: #ade453;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.325)
/* Android */
Color.parseColor("#ade453")Accessibility — WCAG contrast
Aa
#ade453 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade453 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue32.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow63.6%
Key (black)10.6%
Color previews
#ade453 text on a black background
contrast 14.00:1
Card sample
#ade453 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade453;
Background color
Panel with #ade453 background
background-color: #ade453;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade453;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade453; background: linear-gradient(135deg, #ade453, #53E45A);