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