#d3bfd7
a light, soft magenta / pink · warm · closest name: lavender
RGB
211, 191, 215
HSL
290°, 23%, 80%
CMYK
2, 11, 0, 16
Luminance
0.5602
Every format
| HEX | #d3bfd7 |
| RGB | rgb(211, 191, 215) |
| HSL | hsl(290, 23%, 80%) |
| CMYK | cmyk(2%, 11%, 0%, 16%) |
| LAB | lab(79.6 11.3 -9.4) |
| LCH | lch(79.6 14.7 320.3) |
| OKLCH | oklch(0.829 0.040 320.6) |
Copy-ready code
/* CSS */
color: #d3bfd7;
background-color: #d3bfd7;
/* Tailwind (arbitrary) */
class="text-[#d3bfd7] bg-[#d3bfd7]"
/* SCSS */
$brand: #d3bfd7;
/* SwiftUI */
Color(red: 0.827, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#d3bfd7")Accessibility — WCAG contrast
Aa
#d3bfd7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bfd7 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green74.9%
Blue84.3%
CMYK percentages
Cyan1.9%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#d3bfd7 text on a black background
contrast 12.20:1
Card sample
#d3bfd7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bfd7;
Background color
Panel with #d3bfd7 background
background-color: #d3bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bfd7; background: linear-gradient(135deg, #d3bfd7, #D7BFCB);