#abc29f
a light, soft green · cool · closest name: silver
RGB
171, 194, 159
HSL
99°, 22%, 69%
CMYK
12, 0, 18, 24
Luminance
0.4974
Every format
| HEX | #abc29f |
| RGB | rgb(171, 194, 159) |
| HSL | hsl(99, 22%, 69%) |
| CMYK | cmyk(12%, 0%, 18%, 24%) |
| LAB | lab(75.9 -14.3 15.0) |
| LCH | lch(75.9 20.8 133.6) |
| OKLCH | oklch(0.787 0.055 134.9) |
Copy-ready code
/* CSS */
color: #abc29f;
background-color: #abc29f;
/* Tailwind (arbitrary) */
class="text-[#abc29f] bg-[#abc29f]"
/* SCSS */
$brand: #abc29f;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.624)
/* Android */
Color.parseColor("#abc29f")Accessibility — WCAG contrast
Aa
#abc29f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc29f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue62.4%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow18.0%
Key (black)23.9%
Color previews
#abc29f text on a black background
contrast 10.95:1
Card sample
#abc29f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc29f;
Background color
Panel with #abc29f background
background-color: #abc29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc29f; background: linear-gradient(135deg, #abc29f, #9FC2AA);