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