#ade56f
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 111
HSL
89°, 69%, 67%
CMYK
25, 0, 52, 10
Luminance
0.6607
Every format
| HEX | #ade56f |
| RGB | rgb(173, 229, 111) |
| HSL | hsl(89, 69%, 67%) |
| CMYK | cmyk(25%, 0%, 52%, 10%) |
| LAB | lab(85.0 -37.0 51.3) |
| LCH | lch(85.0 63.2 125.8) |
| OKLCH | oklch(0.858 0.160 130.2) |
Copy-ready code
/* CSS */
color: #ade56f;
background-color: #ade56f;
/* Tailwind (arbitrary) */
class="text-[#ade56f] bg-[#ade56f]"
/* SCSS */
$brand: #ade56f;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.435)
/* Android */
Color.parseColor("#ade56f")Accessibility — WCAG contrast
Aa
#ade56f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade56f on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue43.5%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow51.5%
Key (black)10.2%
Color previews
#ade56f text on a black background
contrast 14.21:1
Card sample
#ade56f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade56f;
Background color
Panel with #ade56f background
background-color: #ade56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade56f; background: linear-gradient(135deg, #ade56f, #6FE580);