#c9bfdf
a light, soft violet · warm · closest name: lavender
RGB
201, 191, 223
HSL
259°, 33%, 81%
CMYK
10, 14, 0, 13
Luminance
0.5501
Every format
| HEX | #c9bfdf |
| RGB | rgb(201, 191, 223) |
| HSL | hsl(259, 33%, 81%) |
| CMYK | cmyk(10%, 14%, 0%, 13%) |
| LAB | lab(79.0 9.6 -14.7) |
| LCH | lch(79.0 17.5 303.1) |
| OKLCH | oklch(0.823 0.046 299.7) |
Copy-ready code
/* CSS */
color: #c9bfdf;
background-color: #c9bfdf;
/* Tailwind (arbitrary) */
class="text-[#c9bfdf] bg-[#c9bfdf]"
/* SCSS */
$brand: #c9bfdf;
/* SwiftUI */
Color(red: 0.788, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#c9bfdf")Accessibility — WCAG contrast
Aa
#c9bfdf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bfdf on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.9%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c9bfdf text on a black background
contrast 12.00:1
Card sample
#c9bfdf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bfdf;
Background color
Panel with #c9bfdf background
background-color: #c9bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bfdf; background: linear-gradient(135deg, #c9bfdf, #DEBFDF);