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