#abc4a2
a light, soft green · cool · closest name: silver
RGB
171, 196, 162
HSL
104°, 22%, 70%
CMYK
13, 0, 17, 23
Luminance
0.5075
Every format
| HEX | #abc4a2 |
| RGB | rgb(171, 196, 162) |
| HSL | hsl(104, 22%, 70%) |
| CMYK | cmyk(13%, 0%, 17%, 23%) |
| LAB | lab(76.5 -14.8 14.3) |
| LCH | lch(76.5 20.6 136.0) |
| OKLCH | oklch(0.792 0.054 137.4) |
Copy-ready code
/* CSS */
color: #abc4a2;
background-color: #abc4a2;
/* Tailwind (arbitrary) */
class="text-[#abc4a2] bg-[#abc4a2]"
/* SCSS */
$brand: #abc4a2;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.635)
/* Android */
Color.parseColor("#abc4a2")Accessibility — WCAG contrast
Aa
#abc4a2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4a2 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue63.5%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow17.3%
Key (black)23.1%
Color previews
#abc4a2 text on a black background
contrast 11.15:1
Card sample
#abc4a2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4a2;
Background color
Panel with #abc4a2 background
background-color: #abc4a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4a2; background: linear-gradient(135deg, #abc4a2, #A2C4B0);