#c5b3af
a light, soft red · warm · closest name: silver
RGB
197, 179, 175
HSL
11°, 16%, 73%
CMYK
0, 9, 11, 23
Luminance
0.4721
Every format
| HEX | #c5b3af |
| RGB | rgb(197, 179, 175) |
| HSL | hsl(11, 16%, 73%) |
| CMYK | cmyk(0%, 9%, 11%, 23%) |
| LAB | lab(74.3 5.7 4.4) |
| LCH | lch(74.3 7.2 37.3) |
| OKLCH | oklch(0.781 0.021 32.5) |
Copy-ready code
/* CSS */
color: #c5b3af;
background-color: #c5b3af;
/* Tailwind (arbitrary) */
class="text-[#c5b3af] bg-[#c5b3af]"
/* SCSS */
$brand: #c5b3af;
/* SwiftUI */
Color(red: 0.773, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#c5b3af")Accessibility — WCAG contrast
Aa
#c5b3af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b3af on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow11.2%
Key (black)22.7%
Color previews
#c5b3af text on a black background
contrast 10.44:1
Card sample
#c5b3af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b3af;
Background color
Panel with #c5b3af background
background-color: #c5b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b3af; background: linear-gradient(135deg, #c5b3af, #C5C2AF);