#c3afbc
a light, muted magenta / pink · warm · closest name: silver
RGB
195, 175, 188
HSL
321°, 14%, 73%
CMYK
0, 10, 4, 24
Luminance
0.4589
Every format
| HEX | #c3afbc |
| RGB | rgb(195, 175, 188) |
| HSL | hsl(321, 14%, 73%) |
| CMYK | cmyk(0%, 10%, 4%, 24%) |
| LAB | lab(73.5 9.5 -4.0) |
| LCH | lch(73.5 10.3 337.1) |
| OKLCH | oklch(0.775 0.029 338.7) |
Copy-ready code
/* CSS */
color: #c3afbc;
background-color: #c3afbc;
/* Tailwind (arbitrary) */
class="text-[#c3afbc] bg-[#c3afbc]"
/* SCSS */
$brand: #c3afbc;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#c3afbc")Accessibility — WCAG contrast
Aa
#c3afbc on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3afbc on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow3.6%
Key (black)23.5%
Color previews
#c3afbc text on a black background
contrast 10.18:1
Card sample
#c3afbc text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3afbc;
Background color
Panel with #c3afbc background
background-color: #c3afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3afbc; background: linear-gradient(135deg, #c3afbc, #C3AFAF);