#c8bbcf
a light, soft violet · warm · closest name: silver
RGB
200, 187, 207
HSL
279°, 17%, 77%
CMYK
3, 10, 0, 19
Luminance
0.5233
Every format
| HEX | #c8bbcf |
| RGB | rgb(200, 187, 207) |
| HSL | hsl(279, 17%, 77%) |
| CMYK | cmyk(3%, 10%, 0%, 19%) |
| LAB | lab(77.5 8.3 -8.4) |
| LCH | lch(77.5 11.8 314.6) |
| OKLCH | oklch(0.809 0.031 314.0) |
Copy-ready code
/* CSS */
color: #c8bbcf;
background-color: #c8bbcf;
/* Tailwind (arbitrary) */
class="text-[#c8bbcf] bg-[#c8bbcf]"
/* SCSS */
$brand: #c8bbcf;
/* SwiftUI */
Color(red: 0.784, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#c8bbcf")Accessibility — WCAG contrast
Aa
#c8bbcf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bbcf on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.3%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c8bbcf text on a black background
contrast 11.47:1
Card sample
#c8bbcf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bbcf;
Background color
Panel with #c8bbcf background
background-color: #c8bbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bbcf; background: linear-gradient(135deg, #c8bbcf, #CFBBC9);