#ade47b
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 123
HSL
91°, 66%, 69%
CMYK
24, 0, 46, 11
Luminance
0.6580
Every format
| HEX | #ade47b |
| RGB | rgb(173, 228, 123) |
| HSL | hsl(91, 66%, 69%) |
| CMYK | cmyk(24%, 0%, 46%, 11%) |
| LAB | lab(84.9 -35.2 45.5) |
| LCH | lch(84.9 57.5 127.8) |
| OKLCH | oklch(0.858 0.147 131.5) |
Copy-ready code
/* CSS */
color: #ade47b;
background-color: #ade47b;
/* Tailwind (arbitrary) */
class="text-[#ade47b] bg-[#ade47b]"
/* SCSS */
$brand: #ade47b;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.482)
/* Android */
Color.parseColor("#ade47b")Accessibility — WCAG contrast
Aa
#ade47b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade47b on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue48.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow46.1%
Key (black)10.6%
Color previews
#ade47b text on a black background
contrast 14.16:1
Card sample
#ade47b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade47b;
Background color
Panel with #ade47b background
background-color: #ade47b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade47b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade47b; background: linear-gradient(135deg, #ade47b, #7BE48F);