#ade671
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 113
HSL
89°, 70%, 67%
CMYK
25, 0, 51, 10
Luminance
0.6667
Every format
| HEX | #ade671 |
| RGB | rgb(173, 230, 113) |
| HSL | hsl(89, 70%, 67%) |
| CMYK | cmyk(25%, 0%, 51%, 10%) |
| LAB | lab(85.3 -37.2 50.8) |
| LCH | lch(85.3 62.9 126.3) |
| OKLCH | oklch(0.861 0.159 130.6) |
Copy-ready code
/* CSS */
color: #ade671;
background-color: #ade671;
/* Tailwind (arbitrary) */
class="text-[#ade671] bg-[#ade671]"
/* SCSS */
$brand: #ade671;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.443)
/* Android */
Color.parseColor("#ade671")Accessibility — WCAG contrast
Aa
#ade671 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade671 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue44.3%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow50.9%
Key (black)9.8%
Color previews
#ade671 text on a black background
contrast 14.33:1
Card sample
#ade671 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade671;
Background color
Panel with #ade671 background
background-color: #ade671;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade671;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade671; background: linear-gradient(135deg, #ade671, #71E683);