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