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