#c0b9b6
a light, muted gray · warm · closest name: silver
RGB
192, 185, 182
HSL
18°, 7%, 73%
CMYK
0, 4, 5, 25
Luminance
0.4928
Every format
| HEX | #c0b9b6 |
| RGB | rgb(192, 185, 182) |
| HSL | hsl(18, 7%, 73%) |
| CMYK | cmyk(0%, 4%, 5%, 25%) |
| LAB | lab(75.6 1.9 2.4) |
| LCH | lch(75.6 3.1 51.2) |
| OKLCH | oklch(0.791 0.009 44.9) |
Copy-ready code
/* CSS */
color: #c0b9b6;
background-color: #c0b9b6;
/* Tailwind (arbitrary) */
class="text-[#c0b9b6] bg-[#c0b9b6]"
/* SCSS */
$brand: #c0b9b6;
/* SwiftUI */
Color(red: 0.753, green: 0.725, blue: 0.714)
/* Android */
Color.parseColor("#c0b9b6")Accessibility — WCAG contrast
Aa
#c0b9b6 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b9b6 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow5.2%
Key (black)24.7%
Color previews
#c0b9b6 text on a black background
contrast 10.86:1
Card sample
#c0b9b6 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b9b6;
Background color
Panel with #c0b9b6 background
background-color: #c0b9b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b9b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 185, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 185, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b9b6; background: linear-gradient(135deg, #c0b9b6, #C0C0B6);