#c3bbc0
a light, muted gray · warm · closest name: silver
RGB
195, 187, 192
HSL
323°, 6%, 75%
CMYK
0, 4, 2, 24
Luminance
0.5095
Every format
| HEX | #c3bbc0 |
| RGB | rgb(195, 187, 192) |
| HSL | hsl(323, 6%, 75%) |
| CMYK | cmyk(0%, 4%, 2%, 24%) |
| LAB | lab(76.7 3.7 -1.5) |
| LCH | lch(76.7 4.0 337.7) |
| OKLCH | oklch(0.800 0.011 339.4) |
Copy-ready code
/* CSS */
color: #c3bbc0;
background-color: #c3bbc0;
/* Tailwind (arbitrary) */
class="text-[#c3bbc0] bg-[#c3bbc0]"
/* SCSS */
$brand: #c3bbc0;
/* SwiftUI */
Color(red: 0.765, green: 0.733, blue: 0.753)
/* Android */
Color.parseColor("#c3bbc0")Accessibility — WCAG contrast
Aa
#c3bbc0 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bbc0 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow1.5%
Key (black)23.5%
Color previews
#c3bbc0 text on a black background
contrast 11.19:1
Card sample
#c3bbc0 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bbc0;
Background color
Panel with #c3bbc0 background
background-color: #c3bbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 187, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 187, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bbc0; background: linear-gradient(135deg, #c3bbc0, #C3BBBB);