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