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