#ade397
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 151
HSL
103°, 58%, 74%
CMYK
24, 0, 34, 11
Luminance
0.6606
Every format
| HEX | #ade397 |
| RGB | rgb(173, 227, 151) |
| HSL | hsl(103, 58%, 74%) |
| CMYK | cmyk(24%, 0%, 34%, 11%) |
| LAB | lab(85.0 -31.1 31.7) |
| LCH | lch(85.0 44.4 134.4) |
| OKLCH | oklch(0.860 0.116 136.9) |
Copy-ready code
/* CSS */
color: #ade397;
background-color: #ade397;
/* Tailwind (arbitrary) */
class="text-[#ade397] bg-[#ade397]"
/* SCSS */
$brand: #ade397;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.592)
/* Android */
Color.parseColor("#ade397")Accessibility — WCAG contrast
Aa
#ade397 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade397 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue59.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow33.5%
Key (black)11.0%
Color previews
#ade397 text on a black background
contrast 14.21:1
Card sample
#ade397 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade397;
Background color
Panel with #ade397 background
background-color: #ade397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade397; background: linear-gradient(135deg, #ade397, #97E3B4);