#c3b5af
a light, muted orange · warm · closest name: silver
RGB
195, 181, 175
HSL
18°, 14%, 73%
CMYK
0, 7, 10, 24
Luminance
0.4774
Every format
| HEX | #c3b5af |
| RGB | rgb(195, 181, 175) |
| HSL | hsl(18, 14%, 73%) |
| CMYK | cmyk(0%, 7%, 10%, 24%) |
| LAB | lab(74.7 3.9 4.8) |
| LCH | lch(74.7 6.2 50.9) |
| OKLCH | oklch(0.783 0.018 44.8) |
Copy-ready code
/* CSS */
color: #c3b5af;
background-color: #c3b5af;
/* Tailwind (arbitrary) */
class="text-[#c3b5af] bg-[#c3b5af]"
/* SCSS */
$brand: #c3b5af;
/* SwiftUI */
Color(red: 0.765, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#c3b5af")Accessibility — WCAG contrast
Aa
#c3b5af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b5af on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow10.3%
Key (black)23.5%
Color previews
#c3b5af text on a black background
contrast 10.55:1
Card sample
#c3b5af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b5af;
Background color
Panel with #c3b5af background
background-color: #c3b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b5af; background: linear-gradient(135deg, #c3b5af, #C3C2AF);