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