#c8bfd8
a light, soft violet · warm · closest name: lavender
RGB
200, 191, 216
HSL
262°, 24%, 80%
CMYK
7, 12, 0, 15
Luminance
0.5450
Every format
| HEX | #c8bfd8 |
| RGB | rgb(200, 191, 216) |
| HSL | hsl(262, 24%, 80%) |
| CMYK | cmyk(7%, 12%, 0%, 15%) |
| LAB | lab(78.8 7.8 -11.3) |
| LCH | lch(78.8 13.8 304.7) |
| OKLCH | oklch(0.820 0.036 302.0) |
Copy-ready code
/* CSS */
color: #c8bfd8;
background-color: #c8bfd8;
/* Tailwind (arbitrary) */
class="text-[#c8bfd8] bg-[#c8bfd8]"
/* SCSS */
$brand: #c8bfd8;
/* SwiftUI */
Color(red: 0.784, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#c8bfd8")Accessibility — WCAG contrast
Aa
#c8bfd8 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bfd8 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.9%
Blue84.7%
CMYK percentages
Cyan7.4%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#c8bfd8 text on a black background
contrast 11.90:1
Card sample
#c8bfd8 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bfd8;
Background color
Panel with #c8bfd8 background
background-color: #c8bfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bfd8; background: linear-gradient(135deg, #c8bfd8, #D8BFD7);