#c8bfd1
a light, soft violet · warm · closest name: silver
RGB
200, 191, 209
HSL
270°, 16%, 78%
CMYK
4, 9, 0, 18
Luminance
0.5414
Every format
| HEX | #c8bfd1 |
| RGB | rgb(200, 191, 209) |
| HSL | hsl(270, 16%, 78%) |
| CMYK | cmyk(4%, 9%, 0%, 18%) |
| LAB | lab(78.5 6.5 -7.9) |
| LCH | lch(78.5 10.2 309.5) |
| OKLCH | oklch(0.818 0.027 308.1) |
Copy-ready code
/* CSS */
color: #c8bfd1;
background-color: #c8bfd1;
/* Tailwind (arbitrary) */
class="text-[#c8bfd1] bg-[#c8bfd1]"
/* SCSS */
$brand: #c8bfd1;
/* SwiftUI */
Color(red: 0.784, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#c8bfd1")Accessibility — WCAG contrast
Aa
#c8bfd1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bfd1 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.9%
Blue82.0%
CMYK percentages
Cyan4.3%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#c8bfd1 text on a black background
contrast 11.83:1
Card sample
#c8bfd1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bfd1;
Background color
Panel with #c8bfd1 background
background-color: #c8bfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bfd1; background: linear-gradient(135deg, #c8bfd1, #D1BFCE);