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