#ade68a
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 138
HSL
97°, 65%, 72%
CMYK
25, 0, 40, 10
Luminance
0.6731
Every format
| HEX | #ade68a |
| RGB | rgb(173, 230, 138) |
| HSL | hsl(97, 65%, 72%) |
| CMYK | cmyk(25%, 0%, 40%, 10%) |
| LAB | lab(85.7 -34.3 39.1) |
| LCH | lch(85.7 52.0 131.2) |
| OKLCH | oklch(0.864 0.134 134.3) |
Copy-ready code
/* CSS */
color: #ade68a;
background-color: #ade68a;
/* Tailwind (arbitrary) */
class="text-[#ade68a] bg-[#ade68a]"
/* SCSS */
$brand: #ade68a;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.541)
/* Android */
Color.parseColor("#ade68a")Accessibility — WCAG contrast
Aa
#ade68a on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade68a on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue54.1%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow40.0%
Key (black)9.8%
Color previews
#ade68a text on a black background
contrast 14.46:1
Card sample
#ade68a text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade68a;
Background color
Panel with #ade68a background
background-color: #ade68a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade68a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade68a; background: linear-gradient(135deg, #ade68a, #8AE6A5);