#abc0bd
a light, muted cyan · cool · closest name: silver
RGB
171, 192, 189
HSL
171°, 14%, 71%
CMYK
11, 0, 2, 25
Luminance
0.5003
Every format
| HEX | #abc0bd |
| RGB | rgb(171, 192, 189) |
| HSL | hsl(171, 14%, 71%) |
| CMYK | cmyk(11%, 0%, 2%, 25%) |
| LAB | lab(76.1 -7.7 -0.9) |
| LCH | lch(76.1 7.8 186.8) |
| OKLCH | oklch(0.791 0.023 186.3) |
Copy-ready code
/* CSS */
color: #abc0bd;
background-color: #abc0bd;
/* Tailwind (arbitrary) */
class="text-[#abc0bd] bg-[#abc0bd]"
/* SCSS */
$brand: #abc0bd;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.741)
/* Android */
Color.parseColor("#abc0bd")Accessibility — WCAG contrast
Aa
#abc0bd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0bd on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue74.1%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow1.6%
Key (black)24.7%
Color previews
#abc0bd text on a black background
contrast 11.01:1
Card sample
#abc0bd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0bd;
Background color
Panel with #abc0bd background
background-color: #abc0bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0bd; background: linear-gradient(135deg, #abc0bd, #ABB5C0);