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