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