#ade096
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 150
HSL
101°, 54%, 73%
CMYK
23, 0, 33, 12
Luminance
0.6440
Every format
| HEX | #ade096 |
| RGB | rgb(173, 224, 150) |
| HSL | hsl(101, 54%, 73%) |
| CMYK | cmyk(23%, 0%, 33%, 12%) |
| LAB | lab(84.2 -29.8 31.1) |
| LCH | lch(84.2 43.0 133.8) |
| OKLCH | oklch(0.853 0.112 136.3) |
Copy-ready code
/* CSS */
color: #ade096;
background-color: #ade096;
/* Tailwind (arbitrary) */
class="text-[#ade096] bg-[#ade096]"
/* SCSS */
$brand: #ade096;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.588)
/* Android */
Color.parseColor("#ade096")Accessibility — WCAG contrast
Aa
#ade096 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade096 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue58.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow33.0%
Key (black)12.2%
Color previews
#ade096 text on a black background
contrast 13.88:1
Card sample
#ade096 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade096;
Background color
Panel with #ade096 background
background-color: #ade096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade096; background: linear-gradient(135deg, #ade096, #96E0B0);