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