#abc2a4
a light, soft green · cool · closest name: silver
RGB
171, 194, 164
HSL
106°, 20%, 70%
CMYK
12, 0, 16, 24
Luminance
0.4992
Every format
| HEX | #abc2a4 |
| RGB | rgb(171, 194, 164) |
| HSL | hsl(106, 20%, 70%) |
| CMYK | cmyk(12%, 0%, 16%, 24%) |
| LAB | lab(76.0 -13.4 12.5) |
| LCH | lch(76.0 18.4 137.1) |
| OKLCH | oklch(0.788 0.049 138.4) |
Copy-ready code
/* CSS */
color: #abc2a4;
background-color: #abc2a4;
/* Tailwind (arbitrary) */
class="text-[#abc2a4] bg-[#abc2a4]"
/* SCSS */
$brand: #abc2a4;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.643)
/* Android */
Color.parseColor("#abc2a4")Accessibility — WCAG contrast
Aa
#abc2a4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2a4 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue64.3%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow15.5%
Key (black)23.9%
Color previews
#abc2a4 text on a black background
contrast 10.98:1
Card sample
#abc2a4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2a4;
Background color
Panel with #abc2a4 background
background-color: #abc2a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2a4; background: linear-gradient(135deg, #abc2a4, #A4C2B1);