#d9bfdf
a light, soft violet · warm · closest name: lavender
RGB
217, 191, 223
HSL
289°, 33%, 81%
CMYK
3, 14, 0, 13
Luminance
0.5734
Every format
| HEX | #d9bfdf |
| RGB | rgb(217, 191, 223) |
| HSL | hsl(289, 33%, 81%) |
| CMYK | cmyk(3%, 14%, 0%, 13%) |
| LAB | lab(80.4 14.9 -12.6) |
| LCH | lch(80.4 19.4 319.8) |
| OKLCH | oklch(0.837 0.052 319.9) |
Copy-ready code
/* CSS */
color: #d9bfdf;
background-color: #d9bfdf;
/* Tailwind (arbitrary) */
class="text-[#d9bfdf] bg-[#d9bfdf]"
/* SCSS */
$brand: #d9bfdf;
/* SwiftUI */
Color(red: 0.851, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#d9bfdf")Accessibility — WCAG contrast
Aa
#d9bfdf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9bfdf on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green74.9%
Blue87.5%
CMYK percentages
Cyan2.7%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d9bfdf text on a black background
contrast 12.47:1
Card sample
#d9bfdf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9bfdf;
Background color
Panel with #d9bfdf background
background-color: #d9bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9bfdf; background: linear-gradient(135deg, #d9bfdf, #DFBFD0);