#ade370
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 112
HSL
88°, 67%, 67%
CMYK
24, 0, 51, 11
Luminance
0.6499
Every format
| HEX | #ade370 |
| RGB | rgb(173, 227, 112) |
| HSL | hsl(88, 67%, 67%) |
| CMYK | cmyk(24%, 0%, 51%, 11%) |
| LAB | lab(84.5 -36.0 50.2) |
| LCH | lch(84.5 61.7 125.6) |
| OKLCH | oklch(0.854 0.156 129.9) |
Copy-ready code
/* CSS */
color: #ade370;
background-color: #ade370;
/* Tailwind (arbitrary) */
class="text-[#ade370] bg-[#ade370]"
/* SCSS */
$brand: #ade370;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.439)
/* Android */
Color.parseColor("#ade370")Accessibility — WCAG contrast
Aa
#ade370 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade370 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue43.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow50.7%
Key (black)11.0%
Color previews
#ade370 text on a black background
contrast 14.00:1
Card sample
#ade370 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade370;
Background color
Panel with #ade370 background
background-color: #ade370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade370; background: linear-gradient(135deg, #ade370, #70E380);