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