#c0abc4
a light, soft magenta / pink · warm · closest name: silver
RGB
192, 171, 196
HSL
290°, 18%, 72%
CMYK
2, 13, 0, 23
Luminance
0.4432
Every format
| HEX | #c0abc4 |
| RGB | rgb(192, 171, 196) |
| HSL | hsl(290, 18%, 72%) |
| CMYK | cmyk(2%, 13%, 0%, 23%) |
| LAB | lab(72.4 12.1 -9.9) |
| LCH | lch(72.4 15.7 320.6) |
| OKLCH | oklch(0.767 0.042 320.8) |
Copy-ready code
/* CSS */
color: #c0abc4;
background-color: #c0abc4;
/* Tailwind (arbitrary) */
class="text-[#c0abc4] bg-[#c0abc4]"
/* SCSS */
$brand: #c0abc4;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.769)
/* Android */
Color.parseColor("#c0abc4")Accessibility — WCAG contrast
Aa
#c0abc4 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abc4 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue76.9%
CMYK percentages
Cyan2.0%
Magenta12.8%
Yellow0.0%
Key (black)23.1%
Color previews
#c0abc4 text on a black background
contrast 9.86:1
Card sample
#c0abc4 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abc4;
Background color
Panel with #c0abc4 background
background-color: #c0abc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abc4; background: linear-gradient(135deg, #c0abc4, #C4ABB7);