#c5bcba
a light, muted red · warm · closest name: silver
RGB
197, 188, 186
HSL
11°, 9%, 75%
CMYK
0, 5, 6, 23
Luminance
0.5138
Every format
| HEX | #c5bcba |
| RGB | rgb(197, 188, 186) |
| HSL | hsl(11, 9%, 75%) |
| CMYK | cmyk(0%, 5%, 6%, 23%) |
| LAB | lab(76.9 2.8 2.1) |
| LCH | lch(76.9 3.5 37.3) |
| OKLCH | oklch(0.802 0.011 32.5) |
Copy-ready code
/* CSS */
color: #c5bcba;
background-color: #c5bcba;
/* Tailwind (arbitrary) */
class="text-[#c5bcba] bg-[#c5bcba]"
/* SCSS */
$brand: #c5bcba;
/* SwiftUI */
Color(red: 0.773, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#c5bcba")Accessibility — WCAG contrast
Aa
#c5bcba on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bcba on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow5.6%
Key (black)22.7%
Color previews
#c5bcba text on a black background
contrast 11.28:1
Card sample
#c5bcba text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bcba;
Background color
Panel with #c5bcba background
background-color: #c5bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bcba; background: linear-gradient(135deg, #c5bcba, #C5C3BA);