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