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