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