#ade198
a light, vivid green · cool · closest name: khaki
RGB
173, 225, 152
HSL
103°, 55%, 74%
CMYK
23, 0, 32, 12
Luminance
0.6500
Every format
| HEX | #ade198 |
| RGB | rgb(173, 225, 152) |
| HSL | hsl(103, 55%, 74%) |
| CMYK | cmyk(23%, 0%, 32%, 12%) |
| LAB | lab(84.5 -30.0 30.5) |
| LCH | lch(84.5 42.7 134.5) |
| OKLCH | oklch(0.856 0.112 137.0) |
Copy-ready code
/* CSS */
color: #ade198;
background-color: #ade198;
/* Tailwind (arbitrary) */
class="text-[#ade198] bg-[#ade198]"
/* SCSS */
$brand: #ade198;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.596)
/* Android */
Color.parseColor("#ade198")Accessibility — WCAG contrast
Aa
#ade198 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade198 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue59.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow32.4%
Key (black)11.8%
Color previews
#ade198 text on a black background
contrast 14.00:1
Card sample
#ade198 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade198;
Background color
Panel with #ade198 background
background-color: #ade198;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade198;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade198; background: linear-gradient(135deg, #ade198, #98E1B4);