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