#abc0ad
a light, muted green · cool · closest name: silver
RGB
171, 192, 173
HSL
126°, 14%, 71%
CMYK
11, 0, 10, 25
Luminance
0.4937
Every format
| HEX | #abc0ad |
| RGB | rgb(171, 192, 173) |
| HSL | hsl(126, 14%, 71%) |
| CMYK | cmyk(11%, 0%, 10%, 25%) |
| LAB | lab(75.7 -10.8 7.2) |
| LCH | lch(75.7 13.0 146.5) |
| OKLCH | oklch(0.786 0.035 147.9) |
Copy-ready code
/* CSS */
color: #abc0ad;
background-color: #abc0ad;
/* Tailwind (arbitrary) */
class="text-[#abc0ad] bg-[#abc0ad]"
/* SCSS */
$brand: #abc0ad;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.678)
/* Android */
Color.parseColor("#abc0ad")Accessibility — WCAG contrast
Aa
#abc0ad on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0ad on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue67.8%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow9.9%
Key (black)24.7%
Color previews
#abc0ad text on a black background
contrast 10.87:1
Card sample
#abc0ad text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0ad;
Background color
Panel with #abc0ad background
background-color: #abc0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0ad; background: linear-gradient(135deg, #abc0ad, #ABC0BB);