#c5bbc0
a light, muted gray · warm · closest name: silver
RGB
197, 187, 192
HSL
330°, 8%, 75%
CMYK
0, 5, 3, 23
Luminance
0.5122
Every format
| HEX | #c5bbc0 |
| RGB | rgb(197, 187, 192) |
| HSL | hsl(330, 8%, 75%) |
| CMYK | cmyk(0%, 5%, 3%, 23%) |
| LAB | lab(76.8 4.4 -1.3) |
| LCH | lch(76.8 4.6 344.1) |
| OKLCH | oklch(0.802 0.013 345.6) |
Copy-ready code
/* CSS */
color: #c5bbc0;
background-color: #c5bbc0;
/* Tailwind (arbitrary) */
class="text-[#c5bbc0] bg-[#c5bbc0]"
/* SCSS */
$brand: #c5bbc0;
/* SwiftUI */
Color(red: 0.773, green: 0.733, blue: 0.753)
/* Android */
Color.parseColor("#c5bbc0")Accessibility — WCAG contrast
Aa
#c5bbc0 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bbc0 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow2.5%
Key (black)22.7%
Color previews
#c5bbc0 text on a black background
contrast 11.24:1
Card sample
#c5bbc0 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bbc0;
Background color
Panel with #c5bbc0 background
background-color: #c5bbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 187, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 187, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bbc0; background: linear-gradient(135deg, #c5bbc0, #C5BDBB);