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