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