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