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