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