#c2b2af
a light, muted red · warm · closest name: silver
RGB
194, 178, 175
HSL
10°, 14%, 72%
CMYK
0, 8, 10, 24
Luminance
0.4641
Every format
| HEX | #c2b2af |
| RGB | rgb(194, 178, 175) |
| HSL | hsl(10, 14%, 72%) |
| CMYK | cmyk(0%, 8%, 10%, 24%) |
| LAB | lab(73.8 5.2 3.6) |
| LCH | lch(73.8 6.3 34.7) |
| OKLCH | oklch(0.776 0.019 30.3) |
Copy-ready code
/* CSS */
color: #c2b2af;
background-color: #c2b2af;
/* Tailwind (arbitrary) */
class="text-[#c2b2af] bg-[#c2b2af]"
/* SCSS */
$brand: #c2b2af;
/* SwiftUI */
Color(red: 0.761, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#c2b2af")Accessibility — WCAG contrast
Aa
#c2b2af on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b2af on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green69.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow9.8%
Key (black)23.9%
Color previews
#c2b2af text on a black background
contrast 10.28:1
Card sample
#c2b2af text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b2af;
Background color
Panel with #c2b2af background
background-color: #c2b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b2af; background: linear-gradient(135deg, #c2b2af, #C2BFAF);