#c0bcba
a light, muted gray · warm · “silver”
RGB
192, 188, 186
HSL
20°, 5%, 74%
CMYK
0, 2, 3, 25
Luminance
0.5072
Every format
| HEX | #c0bcba |
| RGB | rgb(192, 188, 186) |
| HSL | hsl(20, 5%, 74%) |
| CMYK | cmyk(0%, 2%, 3%, 25%) |
| LAB | lab(76.5 1.0 1.5) |
| LCH | lch(76.5 1.8 55.4) |
| OKLCH | oklch(0.798 0.005 48.7) |
Copy-ready code
/* CSS */
color: #c0bcba;
background-color: #c0bcba;
/* Tailwind (arbitrary) */
class="text-[#c0bcba] bg-[#c0bcba]"
/* SCSS */
$brand: #c0bcba;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#c0bcba")Accessibility — WCAG contrast
Aa
#c0bcba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bcba on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow3.1%
Key (black)24.7%
Color previews
#c0bcba text on a black background
contrast 11.14:1
Card sample
#c0bcba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bcba;
Background color
Panel with #c0bcba background
background-color: #c0bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bcba; background: linear-gradient(135deg, #c0bcba, #C0C0BA);