#c0bbc9
a light, muted violet · warm · closest name: silver
RGB
192, 187, 201
HSL
261°, 12%, 76%
CMYK
5, 7, 0, 21
Luminance
0.5096
Every format
| HEX | #c0bbc9 |
| RGB | rgb(192, 187, 201) |
| HSL | hsl(261, 12%, 76%) |
| CMYK | cmyk(5%, 7%, 0%, 21%) |
| LAB | lab(76.7 4.4 -6.4) |
| LCH | lch(76.7 7.8 304.3) |
| OKLCH | oklch(0.800 0.020 302.1) |
Copy-ready code
/* CSS */
color: #c0bbc9;
background-color: #c0bbc9;
/* Tailwind (arbitrary) */
class="text-[#c0bbc9] bg-[#c0bbc9]"
/* SCSS */
$brand: #c0bbc9;
/* SwiftUI */
Color(red: 0.753, green: 0.733, blue: 0.788)
/* Android */
Color.parseColor("#c0bbc9")Accessibility — WCAG contrast
Aa
#c0bbc9 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bbc9 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.3%
Blue78.8%
CMYK percentages
Cyan4.5%
Magenta7.0%
Yellow0.0%
Key (black)21.2%
Color previews
#c0bbc9 text on a black background
contrast 11.19:1
Card sample
#c0bbc9 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bbc9;
Background color
Panel with #c0bbc9 background
background-color: #c0bbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 187, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 187, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bbc9; background: linear-gradient(135deg, #c0bbc9, #C9BBC9);