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