#c9afcc
a light, soft magenta / pink · warm · closest name: silver
RGB
201, 175, 204
HSL
294°, 22%, 74%
CMYK
2, 14, 0, 20
Luminance
0.4744
Every format
| HEX | #c9afcc |
| RGB | rgb(201, 175, 204) |
| HSL | hsl(294, 22%, 74%) |
| CMYK | cmyk(2%, 14%, 0%, 20%) |
| LAB | lab(74.5 14.5 -11.2) |
| LCH | lch(74.5 18.4 322.3) |
| OKLCH | oklch(0.785 0.050 322.8) |
Copy-ready code
/* CSS */
color: #c9afcc;
background-color: #c9afcc;
/* Tailwind (arbitrary) */
class="text-[#c9afcc] bg-[#c9afcc]"
/* SCSS */
$brand: #c9afcc;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#c9afcc")Accessibility — WCAG contrast
Aa
#c9afcc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afcc on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue80.0%
CMYK percentages
Cyan1.5%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#c9afcc text on a black background
contrast 10.49:1
Card sample
#c9afcc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afcc;
Background color
Panel with #c9afcc background
background-color: #c9afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afcc; background: linear-gradient(135deg, #c9afcc, #CCAFBC);