#ade359
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 227, 89
HSL
84°, 71%, 62%
CMYK
24, 0, 61, 11
Luminance
0.6454
Every format
| HEX | #ade359 |
| RGB | rgb(173, 227, 89) |
| HSL | hsl(84, 71%, 62%) |
| CMYK | cmyk(24%, 0%, 61%, 11%) |
| LAB | lab(84.3 -38.1 60.2) |
| LCH | lch(84.3 71.2 122.3) |
| OKLCH | oklch(0.851 0.176 127.8) |
Copy-ready code
/* CSS */
color: #ade359;
background-color: #ade359;
/* Tailwind (arbitrary) */
class="text-[#ade359] bg-[#ade359]"
/* SCSS */
$brand: #ade359;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.349)
/* Android */
Color.parseColor("#ade359")Accessibility — WCAG contrast
Aa
#ade359 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade359 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue34.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow60.8%
Key (black)11.0%
Color previews
#ade359 text on a black background
contrast 13.91:1
Card sample
#ade359 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade359;
Background color
Panel with #ade359 background
background-color: #ade359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade359; background: linear-gradient(135deg, #ade359, #59E361);