#c7b3af
a light, soft red · warm · closest name: silver
RGB
199, 179, 175
HSL
10°, 18%, 73%
CMYK
0, 10, 12, 22
Luminance
0.4748
Every format
| HEX | #c7b3af |
| RGB | rgb(199, 179, 175) |
| HSL | hsl(10, 18%, 73%) |
| CMYK | cmyk(0%, 10%, 12%, 22%) |
| LAB | lab(74.5 6.5 4.6) |
| LCH | lch(74.5 8.0 35.6) |
| OKLCH | oklch(0.783 0.024 31.1) |
Copy-ready code
/* CSS */
color: #c7b3af;
background-color: #c7b3af;
/* Tailwind (arbitrary) */
class="text-[#c7b3af] bg-[#c7b3af]"
/* SCSS */
$brand: #c7b3af;
/* SwiftUI */
Color(red: 0.780, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#c7b3af")Accessibility — WCAG contrast
Aa
#c7b3af on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b3af on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow12.1%
Key (black)22.0%
Color previews
#c7b3af text on a black background
contrast 10.50:1
Card sample
#c7b3af text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b3af;
Background color
Panel with #c7b3af background
background-color: #c7b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b3af; background: linear-gradient(135deg, #c7b3af, #C7C3AF);