#abc49f
a light, soft green · cool · closest name: silver
RGB
171, 196, 159
HSL
101°, 24%, 70%
CMYK
13, 0, 19, 23
Luminance
0.5064
Every format
| HEX | #abc49f |
| RGB | rgb(171, 196, 159) |
| HSL | hsl(101, 24%, 70%) |
| CMYK | cmyk(13%, 0%, 19%, 23%) |
| LAB | lab(76.5 -15.3 15.8) |
| LCH | lch(76.5 22.0 134.1) |
| OKLCH | oklch(0.792 0.058 135.5) |
Copy-ready code
/* CSS */
color: #abc49f;
background-color: #abc49f;
/* Tailwind (arbitrary) */
class="text-[#abc49f] bg-[#abc49f]"
/* SCSS */
$brand: #abc49f;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.624)
/* Android */
Color.parseColor("#abc49f")Accessibility — WCAG contrast
Aa
#abc49f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc49f on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue62.4%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow18.9%
Key (black)23.1%
Color previews
#abc49f text on a black background
contrast 11.13:1
Card sample
#abc49f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc49f;
Background color
Panel with #abc49f background
background-color: #abc49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc49f; background: linear-gradient(135deg, #abc49f, #9FC4AC);