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