#c0b0af
a light, muted red · warm · closest name: silver
RGB
192, 176, 175
HSL
4°, 12%, 72%
CMYK
0, 8, 9, 25
Luminance
0.4535
Every format
| HEX | #c0b0af |
| RGB | rgb(192, 176, 175) |
| HSL | hsl(4, 12%, 72%) |
| CMYK | cmyk(0%, 8%, 9%, 25%) |
| LAB | lab(73.1 5.5 2.6) |
| LCH | lch(73.1 6.1 24.9) |
| OKLCH | oklch(0.770 0.018 21.9) |
Copy-ready code
/* CSS */
color: #c0b0af;
background-color: #c0b0af;
/* Tailwind (arbitrary) */
class="text-[#c0b0af] bg-[#c0b0af]"
/* SCSS */
$brand: #c0b0af;
/* SwiftUI */
Color(red: 0.753, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#c0b0af")Accessibility — WCAG contrast
Aa
#c0b0af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b0af on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow8.9%
Key (black)24.7%
Color previews
#c0b0af text on a black background
contrast 10.07:1
Card sample
#c0b0af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b0af;
Background color
Panel with #c0b0af background
background-color: #c0b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b0af; background: linear-gradient(135deg, #c0b0af, #C0BBAF);