#abc1ba
a light, soft cyan · cool · closest name: silver
RGB
171, 193, 186
HSL
161°, 15%, 71%
CMYK
11, 0, 4, 24
Luminance
0.5034
Every format
| HEX | #abc1ba |
| RGB | rgb(171, 193, 186) |
| HSL | hsl(161, 15%, 71%) |
| CMYK | cmyk(11%, 0%, 4%, 24%) |
| LAB | lab(76.3 -8.8 1.0) |
| LCH | lch(76.3 8.9 173.7) |
| OKLCH | oklch(0.792 0.026 174.5) |
Copy-ready code
/* CSS */
color: #abc1ba;
background-color: #abc1ba;
/* Tailwind (arbitrary) */
class="text-[#abc1ba] bg-[#abc1ba]"
/* SCSS */
$brand: #abc1ba;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#abc1ba")Accessibility — WCAG contrast
Aa
#abc1ba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1ba on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue72.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow3.6%
Key (black)24.3%
Color previews
#abc1ba text on a black background
contrast 11.07:1
Card sample
#abc1ba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1ba;
Background color
Panel with #abc1ba background
background-color: #abc1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1ba; background: linear-gradient(135deg, #abc1ba, #ABB9C1);