#ade67a
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 122
HSL
92°, 68%, 69%
CMYK
25, 0, 47, 10
Luminance
0.6688
Every format
| HEX | #ade67a |
| RGB | rgb(173, 230, 122) |
| HSL | hsl(92, 68%, 69%) |
| CMYK | cmyk(25%, 0%, 47%, 10%) |
| LAB | lab(85.4 -36.2 46.6) |
| LCH | lch(85.4 59.0 127.9) |
| OKLCH | oklch(0.862 0.150 131.7) |
Copy-ready code
/* CSS */
color: #ade67a;
background-color: #ade67a;
/* Tailwind (arbitrary) */
class="text-[#ade67a] bg-[#ade67a]"
/* SCSS */
$brand: #ade67a;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.478)
/* Android */
Color.parseColor("#ade67a")Accessibility — WCAG contrast
Aa
#ade67a on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade67a on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue47.8%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow47.0%
Key (black)9.8%
Color previews
#ade67a text on a black background
contrast 14.38:1
Card sample
#ade67a text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade67a;
Background color
Panel with #ade67a background
background-color: #ade67a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade67a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade67a; background: linear-gradient(135deg, #ade67a, #7AE68F);