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