#c0abc1
a light, soft magenta / pink · warm · closest name: silver
RGB
192, 171, 193
HSL
297°, 15%, 71%
CMYK
1, 11, 0, 24
Luminance
0.4418
Every format
| HEX | #c0abc1 |
| RGB | rgb(192, 171, 193) |
| HSL | hsl(297, 15%, 71%) |
| CMYK | cmyk(1%, 11%, 0%, 24%) |
| LAB | lab(72.3 11.5 -8.4) |
| LCH | lch(72.3 14.3 323.8) |
| OKLCH | oklch(0.766 0.039 324.6) |
Copy-ready code
/* CSS */
color: #c0abc1;
background-color: #c0abc1;
/* Tailwind (arbitrary) */
class="text-[#c0abc1] bg-[#c0abc1]"
/* SCSS */
$brand: #c0abc1;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.757)
/* Android */
Color.parseColor("#c0abc1")Accessibility — WCAG contrast
Aa
#c0abc1 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abc1 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue75.7%
CMYK percentages
Cyan0.5%
Magenta11.4%
Yellow0.0%
Key (black)24.3%
Color previews
#c0abc1 text on a black background
contrast 9.84:1
Card sample
#c0abc1 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abc1;
Background color
Panel with #c0abc1 background
background-color: #c0abc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abc1; background: linear-gradient(135deg, #c0abc1, #C1ABB3);