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