#c3b3af
a light, muted red · warm · closest name: silver
RGB
195, 179, 175
HSL
12°, 14%, 73%
CMYK
0, 8, 10, 24
Luminance
0.4694
Every format
| HEX | #c3b3af |
| RGB | rgb(195, 179, 175) |
| HSL | hsl(12, 14%, 73%) |
| CMYK | cmyk(0%, 8%, 10%, 24%) |
| LAB | lab(74.2 5.0 4.1) |
| LCH | lch(74.2 6.5 39.3) |
| OKLCH | oklch(0.779 0.019 34.3) |
Copy-ready code
/* CSS */
color: #c3b3af;
background-color: #c3b3af;
/* Tailwind (arbitrary) */
class="text-[#c3b3af] bg-[#c3b3af]"
/* SCSS */
$brand: #c3b3af;
/* SwiftUI */
Color(red: 0.765, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#c3b3af")Accessibility — WCAG contrast
Aa
#c3b3af on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b3af on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow10.3%
Key (black)23.5%
Color previews
#c3b3af text on a black background
contrast 10.39:1
Card sample
#c3b3af text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b3af;
Background color
Panel with #c3b3af background
background-color: #c3b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b3af; background: linear-gradient(135deg, #c3b3af, #C3C0AF);