#c0bbc2
a light, muted gray · warm · closest name: silver
RGB
192, 187, 194
HSL
283°, 5%, 75%
CMYK
1, 4, 0, 24
Luminance
0.5064
Every format
| HEX | #c0bbc2 |
| RGB | rgb(192, 187, 194) |
| HSL | hsl(283, 5%, 75%) |
| CMYK | cmyk(1%, 4%, 0%, 24%) |
| LAB | lab(76.5 3.0 -2.9) |
| LCH | lch(76.5 4.2 316.4) |
| OKLCH | oklch(0.798 0.011 316.5) |
Copy-ready code
/* CSS */
color: #c0bbc2;
background-color: #c0bbc2;
/* Tailwind (arbitrary) */
class="text-[#c0bbc2] bg-[#c0bbc2]"
/* SCSS */
$brand: #c0bbc2;
/* SwiftUI */
Color(red: 0.753, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#c0bbc2")Accessibility — WCAG contrast
Aa
#c0bbc2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bbc2 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.3%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta3.6%
Yellow0.0%
Key (black)23.9%
Color previews
#c0bbc2 text on a black background
contrast 11.13:1
Card sample
#c0bbc2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bbc2;
Background color
Panel with #c0bbc2 background
background-color: #c0bbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bbc2; background: linear-gradient(135deg, #c0bbc2, #C2BBBF);