#abc2bd
a light, soft cyan · cool · closest name: silver
RGB
171, 194, 189
HSL
167°, 16%, 72%
CMYK
12, 0, 3, 24
Luminance
0.5092
Every format
| HEX | #abc2bd |
| RGB | rgb(171, 194, 189) |
| HSL | hsl(167, 16%, 72%) |
| CMYK | cmyk(12%, 0%, 3%, 24%) |
| LAB | lab(76.6 -8.8 -0.1) |
| LCH | lch(76.6 8.8 180.8) |
| OKLCH | oklch(0.795 0.026 181.1) |
Copy-ready code
/* CSS */
color: #abc2bd;
background-color: #abc2bd;
/* Tailwind (arbitrary) */
class="text-[#abc2bd] bg-[#abc2bd]"
/* SCSS */
$brand: #abc2bd;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.741)
/* Android */
Color.parseColor("#abc2bd")Accessibility — WCAG contrast
Aa
#abc2bd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2bd on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue74.1%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow2.6%
Key (black)23.9%
Color previews
#abc2bd text on a black background
contrast 11.18:1
Card sample
#abc2bd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2bd;
Background color
Panel with #abc2bd background
background-color: #abc2bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2bd; background: linear-gradient(135deg, #abc2bd, #ABB8C2);