#c9bfd9
a light, soft violet · warm · closest name: lavender
RGB
201, 191, 217
HSL
263°, 26%, 80%
CMYK
7, 12, 0, 15
Luminance
0.5469
Every format
| HEX | #c9bfd9 |
| RGB | rgb(201, 191, 217) |
| HSL | hsl(263, 26%, 80%) |
| CMYK | cmyk(7%, 12%, 0%, 15%) |
| LAB | lab(78.9 8.4 -11.7) |
| LCH | lch(78.9 14.4 305.6) |
| OKLCH | oklch(0.821 0.037 303.0) |
Copy-ready code
/* CSS */
color: #c9bfd9;
background-color: #c9bfd9;
/* Tailwind (arbitrary) */
class="text-[#c9bfd9] bg-[#c9bfd9]"
/* SCSS */
$brand: #c9bfd9;
/* SwiftUI */
Color(red: 0.788, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#c9bfd9")Accessibility — WCAG contrast
Aa
#c9bfd9 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bfd9 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.9%
Blue85.1%
CMYK percentages
Cyan7.4%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#c9bfd9 text on a black background
contrast 11.94:1
Card sample
#c9bfd9 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bfd9;
Background color
Panel with #c9bfd9 background
background-color: #c9bfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bfd9; background: linear-gradient(135deg, #c9bfd9, #D9BFD8);