#c0b2ba
a light, muted magenta / pink · warm · closest name: silver
RGB
192, 178, 186
HSL
326°, 10%, 73%
CMYK
0, 7, 3, 25
Luminance
0.4659
Every format
| HEX | #c0b2ba |
| RGB | rgb(192, 178, 186) |
| HSL | hsl(326, 10%, 73%) |
| CMYK | cmyk(0%, 7%, 3%, 25%) |
| LAB | lab(73.9 6.4 -2.3) |
| LCH | lch(73.9 6.8 340.6) |
| OKLCH | oklch(0.778 0.019 342.2) |
Copy-ready code
/* CSS */
color: #c0b2ba;
background-color: #c0b2ba;
/* Tailwind (arbitrary) */
class="text-[#c0b2ba] bg-[#c0b2ba]"
/* SCSS */
$brand: #c0b2ba;
/* SwiftUI */
Color(red: 0.753, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#c0b2ba")Accessibility — WCAG contrast
Aa
#c0b2ba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b2ba on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green69.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow3.1%
Key (black)24.7%
Color previews
#c0b2ba text on a black background
contrast 10.32:1
Card sample
#c0b2ba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b2ba;
Background color
Panel with #c0b2ba background
background-color: #c0b2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b2ba; background: linear-gradient(135deg, #c0b2ba, #C0B3B2);