#abc7ad
a light, soft green · cool · closest name: silver
RGB
171, 199, 173
HSL
124°, 20%, 73%
CMYK
14, 0, 13, 22
Luminance
0.5252
Every format
| HEX | #abc7ad |
| RGB | rgb(171, 199, 173) |
| HSL | hsl(124, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 13%, 22%) |
| LAB | lab(77.6 -14.4 9.9) |
| LCH | lch(77.6 17.5 145.5) |
| OKLCH | oklch(0.802 0.047 147.1) |
Copy-ready code
/* CSS */
color: #abc7ad;
background-color: #abc7ad;
/* Tailwind (arbitrary) */
class="text-[#abc7ad] bg-[#abc7ad]"
/* SCSS */
$brand: #abc7ad;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#abc7ad")Accessibility — WCAG contrast
Aa
#abc7ad on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc7ad on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue67.8%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow13.1%
Key (black)22.0%
Color previews
#abc7ad text on a black background
contrast 11.50:1
Card sample
#abc7ad text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc7ad;
Background color
Panel with #abc7ad background
background-color: #abc7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc7ad; background: linear-gradient(135deg, #abc7ad, #ABC7C0);