#c8abc4
a light, soft magenta / pink · warm · closest name: silver
RGB
200, 171, 196
HSL
308°, 21%, 73%
CMYK
0, 15, 2, 22
Luminance
0.4539
Every format
| HEX | #c8abc4 |
| RGB | rgb(200, 171, 196) |
| HSL | hsl(308, 21%, 73%) |
| CMYK | cmyk(0%, 15%, 2%, 22%) |
| LAB | lab(73.2 14.9 -8.8) |
| LCH | lch(73.2 17.3 329.3) |
| OKLCH | oklch(0.774 0.048 330.6) |
Copy-ready code
/* CSS */
color: #c8abc4;
background-color: #c8abc4;
/* Tailwind (arbitrary) */
class="text-[#c8abc4] bg-[#c8abc4]"
/* SCSS */
$brand: #c8abc4;
/* SwiftUI */
Color(red: 0.784, green: 0.671, blue: 0.769)
/* Android */
Color.parseColor("#c8abc4")Accessibility — WCAG contrast
Aa
#c8abc4 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8abc4 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow2.0%
Key (black)21.6%
Color previews
#c8abc4 text on a black background
contrast 10.08:1
Card sample
#c8abc4 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8abc4;
Background color
Panel with #c8abc4 background
background-color: #c8abc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8abc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 171, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 171, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8abc4; background: linear-gradient(135deg, #c8abc4, #C8ABB1);