#c7bcba
a light, muted red · warm · closest name: silver
RGB
199, 188, 186
HSL
9°, 10%, 76%
CMYK
0, 6, 7, 22
Luminance
0.5165
Every format
| HEX | #c7bcba |
| RGB | rgb(199, 188, 186) |
| HSL | hsl(9, 10%, 76%) |
| CMYK | cmyk(0%, 6%, 7%, 22%) |
| LAB | lab(77.1 3.5 2.4) |
| LCH | lch(77.1 4.3 34.3) |
| OKLCH | oklch(0.804 0.013 29.9) |
Copy-ready code
/* CSS */
color: #c7bcba;
background-color: #c7bcba;
/* Tailwind (arbitrary) */
class="text-[#c7bcba] bg-[#c7bcba]"
/* SCSS */
$brand: #c7bcba;
/* SwiftUI */
Color(red: 0.780, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#c7bcba")Accessibility — WCAG contrast
Aa
#c7bcba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bcba on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow6.5%
Key (black)22.0%
Color previews
#c7bcba text on a black background
contrast 11.33:1
Card sample
#c7bcba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bcba;
Background color
Panel with #c7bcba background
background-color: #c7bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bcba; background: linear-gradient(135deg, #c7bcba, #C7C5BA);