#abc6ad
a light, soft green · cool · closest name: silver
RGB
171, 198, 173
HSL
124°, 19%, 72%
CMYK
14, 0, 13, 22
Luminance
0.5206
Every format
| HEX | #abc6ad |
| RGB | rgb(171, 198, 173) |
| HSL | hsl(124, 19%, 72%) |
| CMYK | cmyk(14%, 0%, 13%, 22%) |
| LAB | lab(77.3 -13.9 9.5) |
| LCH | lch(77.3 16.8 145.6) |
| OKLCH | oklch(0.799 0.045 147.2) |
Copy-ready code
/* CSS */
color: #abc6ad;
background-color: #abc6ad;
/* Tailwind (arbitrary) */
class="text-[#abc6ad] bg-[#abc6ad]"
/* SCSS */
$brand: #abc6ad;
/* SwiftUI */
Color(red: 0.671, green: 0.776, blue: 0.678)
/* Android */
Color.parseColor("#abc6ad")Accessibility — WCAG contrast
Aa
#abc6ad on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc6ad on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.6%
Blue67.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow12.6%
Key (black)22.4%
Color previews
#abc6ad text on a black background
contrast 11.41:1
Card sample
#abc6ad text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc6ad;
Background color
Panel with #abc6ad background
background-color: #abc6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 198, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 198, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc6ad; background: linear-gradient(135deg, #abc6ad, #ABC6BF);