#c0bbc6
a light, muted violet · warm · closest name: silver
RGB
192, 187, 198
HSL
267°, 9%, 76%
CMYK
3, 6, 0, 22
Luminance
0.5082
Every format
| HEX | #c0bbc6 |
| RGB | rgb(192, 187, 198) |
| HSL | hsl(267, 9%, 76%) |
| CMYK | cmyk(3%, 6%, 0%, 22%) |
| LAB | lab(76.6 3.8 -4.9) |
| LCH | lch(76.6 6.2 307.7) |
| OKLCH | oklch(0.799 0.016 306.4) |
Copy-ready code
/* CSS */
color: #c0bbc6;
background-color: #c0bbc6;
/* Tailwind (arbitrary) */
class="text-[#c0bbc6] bg-[#c0bbc6]"
/* SCSS */
$brand: #c0bbc6;
/* SwiftUI */
Color(red: 0.753, green: 0.733, blue: 0.776)
/* Android */
Color.parseColor("#c0bbc6")Accessibility — WCAG contrast
Aa
#c0bbc6 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bbc6 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.3%
Blue77.6%
CMYK percentages
Cyan3.0%
Magenta5.6%
Yellow0.0%
Key (black)22.4%
Color previews
#c0bbc6 text on a black background
contrast 11.16:1
Card sample
#c0bbc6 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bbc6;
Background color
Panel with #c0bbc6 background
background-color: #c0bbc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bbc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 187, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 187, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bbc6; background: linear-gradient(135deg, #c0bbc6, #C6BBC5);