#c2abbf
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 171, 191
HSL
308°, 16%, 72%
CMYK
0, 12, 2, 24
Luminance
0.4436
Every format
| HEX | #c2abbf |
| RGB | rgb(194, 171, 191) |
| HSL | hsl(308, 16%, 72%) |
| CMYK | cmyk(0%, 12%, 2%, 24%) |
| LAB | lab(72.5 11.8 -7.1) |
| LCH | lch(72.5 13.8 328.9) |
| OKLCH | oklch(0.767 0.038 330.2) |
Copy-ready code
/* CSS */
color: #c2abbf;
background-color: #c2abbf;
/* Tailwind (arbitrary) */
class="text-[#c2abbf] bg-[#c2abbf]"
/* SCSS */
$brand: #c2abbf;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.749)
/* Android */
Color.parseColor("#c2abbf")Accessibility — WCAG contrast
Aa
#c2abbf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abbf on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow1.5%
Key (black)23.9%
Color previews
#c2abbf text on a black background
contrast 9.87:1
Card sample
#c2abbf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abbf;
Background color
Panel with #c2abbf background
background-color: #c2abbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abbf; background: linear-gradient(135deg, #c2abbf, #C2ABB0);