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