#c4b5af
a light, soft orange · warm · closest name: silver
RGB
196, 181, 175
HSL
17°, 15%, 73%
CMYK
0, 8, 11, 23
Luminance
0.4788
Every format
| HEX | #c4b5af |
| RGB | rgb(196, 181, 175) |
| HSL | hsl(17, 15%, 73%) |
| CMYK | cmyk(0%, 8%, 11%, 23%) |
| LAB | lab(74.8 4.3 5.0) |
| LCH | lch(74.8 6.6 49.2) |
| OKLCH | oklch(0.784 0.019 43.2) |
Copy-ready code
/* CSS */
color: #c4b5af;
background-color: #c4b5af;
/* Tailwind (arbitrary) */
class="text-[#c4b5af] bg-[#c4b5af]"
/* SCSS */
$brand: #c4b5af;
/* SwiftUI */
Color(red: 0.769, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#c4b5af")Accessibility — WCAG contrast
Aa
#c4b5af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b5af on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow10.7%
Key (black)23.1%
Color previews
#c4b5af text on a black background
contrast 10.58:1
Card sample
#c4b5af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b5af;
Background color
Panel with #c4b5af background
background-color: #c4b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b5af; background: linear-gradient(135deg, #c4b5af, #C4C3AF);