#abc79e
a light, soft green · cool · closest name: tan
RGB
171, 199, 158
HSL
101°, 27%, 70%
CMYK
14, 0, 21, 22
Luminance
0.5197
Every format
| HEX | #abc79e |
| RGB | rgb(171, 199, 158) |
| HSL | hsl(101, 27%, 70%) |
| CMYK | cmyk(14%, 0%, 21%, 22%) |
| LAB | lab(77.3 -17.0 17.5) |
| LCH | lch(77.3 24.4 134.3) |
| OKLCH | oklch(0.798 0.064 135.8) |
Copy-ready code
/* CSS */
color: #abc79e;
background-color: #abc79e;
/* Tailwind (arbitrary) */
class="text-[#abc79e] bg-[#abc79e]"
/* SCSS */
$brand: #abc79e;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.620)
/* Android */
Color.parseColor("#abc79e")Accessibility — WCAG contrast
Aa
#abc79e on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc79e on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue62.0%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow20.6%
Key (black)22.0%
Color previews
#abc79e text on a black background
contrast 11.39:1
Card sample
#abc79e text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc79e;
Background color
Panel with #abc79e background
background-color: #abc79e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc79e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc79e; background: linear-gradient(135deg, #abc79e, #9EC7AC);