#ade37b
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 123
HSL
91°, 65%, 69%
CMYK
24, 0, 46, 11
Luminance
0.6525
Every format
| HEX | #ade37b |
| RGB | rgb(173, 227, 123) |
| HSL | hsl(91, 65%, 69%) |
| CMYK | cmyk(24%, 0%, 46%, 11%) |
| LAB | lab(84.6 -34.7 45.1) |
| LCH | lch(84.6 56.9 127.6) |
| OKLCH | oklch(0.855 0.145 131.4) |
Copy-ready code
/* CSS */
color: #ade37b;
background-color: #ade37b;
/* Tailwind (arbitrary) */
class="text-[#ade37b] bg-[#ade37b]"
/* SCSS */
$brand: #ade37b;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.482)
/* Android */
Color.parseColor("#ade37b")Accessibility — WCAG contrast
Aa
#ade37b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade37b on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue48.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow45.8%
Key (black)11.0%
Color previews
#ade37b text on a black background
contrast 14.05:1
Card sample
#ade37b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade37b;
Background color
Panel with #ade37b background
background-color: #ade37b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade37b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade37b; background: linear-gradient(135deg, #ade37b, #7BE38E);