#ade296
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 150
HSL
102°, 57%, 74%
CMYK
24, 0, 34, 11
Luminance
0.6548
Every format
| HEX | #ade296 |
| RGB | rgb(173, 226, 150) |
| HSL | hsl(102, 57%, 74%) |
| CMYK | cmyk(24%, 0%, 34%, 11%) |
| LAB | lab(84.7 -30.7 31.8) |
| LCH | lch(84.7 44.2 134.0) |
| OKLCH | oklch(0.858 0.115 136.5) |
Copy-ready code
/* CSS */
color: #ade296;
background-color: #ade296;
/* Tailwind (arbitrary) */
class="text-[#ade296] bg-[#ade296]"
/* SCSS */
$brand: #ade296;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.588)
/* Android */
Color.parseColor("#ade296")Accessibility — WCAG contrast
Aa
#ade296 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade296 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue58.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow33.6%
Key (black)11.4%
Color previews
#ade296 text on a black background
contrast 14.10:1
Card sample
#ade296 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade296;
Background color
Panel with #ade296 background
background-color: #ade296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade296; background: linear-gradient(135deg, #ade296, #96E2B2);