#abc5ad
a light, soft green · cool · closest name: silver
RGB
171, 197, 173
HSL
125°, 18%, 72%
CMYK
13, 0, 12, 23
Luminance
0.5161
Every format
| HEX | #abc5ad |
| RGB | rgb(171, 197, 173) |
| HSL | hsl(125, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 12%, 23%) |
| LAB | lab(77.0 -13.4 9.1) |
| LCH | lch(77.0 16.2 145.8) |
| OKLCH | oklch(0.797 0.044 147.3) |
Copy-ready code
/* CSS */
color: #abc5ad;
background-color: #abc5ad;
/* Tailwind (arbitrary) */
class="text-[#abc5ad] bg-[#abc5ad]"
/* SCSS */
$brand: #abc5ad;
/* SwiftUI */
Color(red: 0.671, green: 0.773, blue: 0.678)
/* Android */
Color.parseColor("#abc5ad")Accessibility — WCAG contrast
Aa
#abc5ad on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc5ad on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.3%
Blue67.8%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow12.2%
Key (black)22.7%
Color previews
#abc5ad text on a black background
contrast 11.32:1
Card sample
#abc5ad text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc5ad;
Background color
Panel with #abc5ad background
background-color: #abc5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 197, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 197, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc5ad; background: linear-gradient(135deg, #abc5ad, #ABC5BE);