#c4bbc0
a light, muted gray · warm · closest name: silver
RGB
196, 187, 192
HSL
327°, 7%, 75%
CMYK
0, 5, 2, 23
Luminance
0.5108
Every format
| HEX | #c4bbc0 |
| RGB | rgb(196, 187, 192) |
| HSL | hsl(327, 7%, 75%) |
| CMYK | cmyk(0%, 5%, 2%, 23%) |
| LAB | lab(76.7 4.1 -1.4) |
| LCH | lch(76.7 4.3 341.1) |
| OKLCH | oklch(0.801 0.012 342.7) |
Copy-ready code
/* CSS */
color: #c4bbc0;
background-color: #c4bbc0;
/* Tailwind (arbitrary) */
class="text-[#c4bbc0] bg-[#c4bbc0]"
/* SCSS */
$brand: #c4bbc0;
/* SwiftUI */
Color(red: 0.769, green: 0.733, blue: 0.753)
/* Android */
Color.parseColor("#c4bbc0")Accessibility — WCAG contrast
Aa
#c4bbc0 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bbc0 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow2.0%
Key (black)23.1%
Color previews
#c4bbc0 text on a black background
contrast 11.22:1
Card sample
#c4bbc0 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bbc0;
Background color
Panel with #c4bbc0 background
background-color: #c4bbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 187, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 187, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bbc0; background: linear-gradient(135deg, #c4bbc0, #C4BCBB);