#addf4e
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 223, 78
HSL
81°, 69%, 59%
CMYK
22, 0, 65, 13
Luminance
0.6221
Every format
| HEX | #addf4e |
| RGB | rgb(173, 223, 78) |
| HSL | hsl(81, 69%, 59%) |
| CMYK | cmyk(22%, 0%, 65%, 13%) |
| LAB | lab(83.0 -37.1 63.4) |
| LCH | lch(83.0 73.5 120.4) |
| OKLCH | oklch(0.841 0.179 126.3) |
Copy-ready code
/* CSS */
color: #addf4e;
background-color: #addf4e;
/* Tailwind (arbitrary) */
class="text-[#addf4e] bg-[#addf4e]"
/* SCSS */
$brand: #addf4e;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#addf4e")Accessibility — WCAG contrast
Aa
#addf4e on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addf4e on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue30.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#addf4e text on a black background
contrast 13.44:1
Card sample
#addf4e text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addf4e;
Background color
Panel with #addf4e background
background-color: #addf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addf4e; background: linear-gradient(135deg, #addf4e, #4EDF50);