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