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