#c3bbc6
a light, muted violet · warm · closest name: silver
RGB
195, 187, 198
HSL
284°, 9%, 76%
CMYK
2, 6, 0, 22
Luminance
0.5122
Every format
| HEX | #c3bbc6 |
| RGB | rgb(195, 187, 198) |
| HSL | hsl(284, 9%, 76%) |
| CMYK | cmyk(2%, 6%, 0%, 22%) |
| LAB | lab(76.8 4.8 -4.5) |
| LCH | lch(76.8 6.6 316.8) |
| OKLCH | oklch(0.802 0.018 316.9) |
Copy-ready code
/* CSS */
color: #c3bbc6;
background-color: #c3bbc6;
/* Tailwind (arbitrary) */
class="text-[#c3bbc6] bg-[#c3bbc6]"
/* SCSS */
$brand: #c3bbc6;
/* SwiftUI */
Color(red: 0.765, green: 0.733, blue: 0.776)
/* Android */
Color.parseColor("#c3bbc6")Accessibility — WCAG contrast
Aa
#c3bbc6 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bbc6 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.3%
Blue77.6%
CMYK percentages
Cyan1.5%
Magenta5.6%
Yellow0.0%
Key (black)22.4%
Color previews
#c3bbc6 text on a black background
contrast 11.24:1
Card sample
#c3bbc6 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bbc6;
Background color
Panel with #c3bbc6 background
background-color: #c3bbc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bbc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 187, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 187, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bbc6; background: linear-gradient(135deg, #c3bbc6, #C6BBC2);