#c3bcba
a light, muted gray · warm · closest name: silver
RGB
195, 188, 186
HSL
13°, 7%, 75%
CMYK
0, 4, 5, 24
Luminance
0.5111
Every format
| HEX | #c3bcba |
| RGB | rgb(195, 188, 186) |
| HSL | hsl(13, 7%, 75%) |
| CMYK | cmyk(0%, 4%, 5%, 24%) |
| LAB | lab(76.8 2.1 1.9) |
| LCH | lch(76.8 2.8 41.8) |
| OKLCH | oklch(0.800 0.008 36.5) |
Copy-ready code
/* CSS */
color: #c3bcba;
background-color: #c3bcba;
/* Tailwind (arbitrary) */
class="text-[#c3bcba] bg-[#c3bcba]"
/* SCSS */
$brand: #c3bcba;
/* SwiftUI */
Color(red: 0.765, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#c3bcba")Accessibility — WCAG contrast
Aa
#c3bcba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bcba on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow4.6%
Key (black)23.5%
Color previews
#c3bcba text on a black background
contrast 11.22:1
Card sample
#c3bcba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bcba;
Background color
Panel with #c3bcba background
background-color: #c3bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bcba; background: linear-gradient(135deg, #c3bcba, #C3C2BA);