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