#abc1ad
a light, soft green · cool · closest name: silver
RGB
171, 193, 173
HSL
126°, 15%, 71%
CMYK
11, 0, 10, 24
Luminance
0.4981
Every format
| HEX | #abc1ad |
| RGB | rgb(171, 193, 173) |
| HSL | hsl(126, 15%, 71%) |
| CMYK | cmyk(11%, 0%, 10%, 24%) |
| LAB | lab(76.0 -11.3 7.5) |
| LCH | lch(76.0 13.6 146.3) |
| OKLCH | oklch(0.789 0.037 147.8) |
Copy-ready code
/* CSS */
color: #abc1ad;
background-color: #abc1ad;
/* Tailwind (arbitrary) */
class="text-[#abc1ad] bg-[#abc1ad]"
/* SCSS */
$brand: #abc1ad;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.678)
/* Android */
Color.parseColor("#abc1ad")Accessibility — WCAG contrast
Aa
#abc1ad on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1ad on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue67.8%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow10.4%
Key (black)24.3%
Color previews
#abc1ad text on a black background
contrast 10.96:1
Card sample
#abc1ad text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1ad;
Background color
Panel with #abc1ad background
background-color: #abc1ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1ad; background: linear-gradient(135deg, #abc1ad, #ABC1BC);