#c5b0af
a light, soft red · warm · closest name: silver
RGB
197, 176, 175
HSL
3°, 16%, 73%
CMYK
0, 11, 11, 23
Luminance
0.4602
Every format
| HEX | #c5b0af |
| RGB | rgb(197, 176, 175) |
| HSL | hsl(3, 16%, 73%) |
| CMYK | cmyk(0%, 11%, 11%, 23%) |
| LAB | lab(73.6 7.4 3.3) |
| LCH | lch(73.6 8.1 24.0) |
| OKLCH | oklch(0.775 0.024 21.0) |
Copy-ready code
/* CSS */
color: #c5b0af;
background-color: #c5b0af;
/* Tailwind (arbitrary) */
class="text-[#c5b0af] bg-[#c5b0af]"
/* SCSS */
$brand: #c5b0af;
/* SwiftUI */
Color(red: 0.773, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#c5b0af")Accessibility — WCAG contrast
Aa
#c5b0af on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b0af on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow11.2%
Key (black)22.7%
Color previews
#c5b0af text on a black background
contrast 10.20:1
Card sample
#c5b0af text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b0af;
Background color
Panel with #c5b0af background
background-color: #c5b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b0af; background: linear-gradient(135deg, #c5b0af, #C5BFAF);