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