#addf8e
a light, vivid green · cool · closest name: khaki
RGB
173, 223, 142
HSL
97°, 56%, 72%
CMYK
22, 0, 36, 13
Luminance
0.6361
Every format
| HEX | #addf8e |
| RGB | rgb(173, 223, 142) |
| HSL | hsl(97, 56%, 72%) |
| CMYK | cmyk(22%, 0%, 36%, 13%) |
| LAB | lab(83.8 -30.5 34.6) |
| LCH | lch(83.8 46.1 131.4) |
| OKLCH | oklch(0.849 0.119 134.1) |
Copy-ready code
/* CSS */
color: #addf8e;
background-color: #addf8e;
/* Tailwind (arbitrary) */
class="text-[#addf8e] bg-[#addf8e]"
/* SCSS */
$brand: #addf8e;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#addf8e")Accessibility — WCAG contrast
Aa
#addf8e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addf8e on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue55.7%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow36.3%
Key (black)12.5%
Color previews
#addf8e text on a black background
contrast 13.72:1
Card sample
#addf8e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addf8e;
Background color
Panel with #addf8e background
background-color: #addf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addf8e; background: linear-gradient(135deg, #addf8e, #8EDFA5);