#c8b3cf
a light, soft violet · warm · closest name: silver
RGB
200, 179, 207
HSL
285°, 23%, 76%
CMYK
3, 14, 0, 19
Luminance
0.4902
Every format
| HEX | #c8b3cf |
| RGB | rgb(200, 179, 207) |
| HSL | hsl(285, 23%, 76%) |
| CMYK | cmyk(3%, 14%, 0%, 19%) |
| LAB | lab(75.5 12.6 -11.4) |
| LCH | lch(75.5 17.0 317.9) |
| OKLCH | oklch(0.793 0.045 317.7) |
Copy-ready code
/* CSS */
color: #c8b3cf;
background-color: #c8b3cf;
/* Tailwind (arbitrary) */
class="text-[#c8b3cf] bg-[#c8b3cf]"
/* SCSS */
$brand: #c8b3cf;
/* SwiftUI */
Color(red: 0.784, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#c8b3cf")Accessibility — WCAG contrast
Aa
#c8b3cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8b3cf on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green70.2%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c8b3cf text on a black background
contrast 10.80:1
Card sample
#c8b3cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8b3cf;
Background color
Panel with #c8b3cf background
background-color: #c8b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8b3cf; background: linear-gradient(135deg, #c8b3cf, #CFB3C3);