#d3bfd2
a light, soft magenta / pink · warm · closest name: silver
RGB
211, 191, 210
HSL
303°, 19%, 79%
CMYK
0, 10, 1, 17
Luminance
0.5576
Every format
| HEX | #d3bfd2 |
| RGB | rgb(211, 191, 210) |
| HSL | hsl(303, 19%, 79%) |
| CMYK | cmyk(0%, 10%, 1%, 17%) |
| LAB | lab(79.5 10.4 -6.9) |
| LCH | lch(79.5 12.5 326.3) |
| OKLCH | oklch(0.827 0.034 327.4) |
Copy-ready code
/* CSS */
color: #d3bfd2;
background-color: #d3bfd2;
/* Tailwind (arbitrary) */
class="text-[#d3bfd2] bg-[#d3bfd2]"
/* SCSS */
$brand: #d3bfd2;
/* SwiftUI */
Color(red: 0.827, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#d3bfd2")Accessibility — WCAG contrast
Aa
#d3bfd2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bfd2 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green74.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow0.5%
Key (black)17.3%
Color previews
#d3bfd2 text on a black background
contrast 12.15:1
Card sample
#d3bfd2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bfd2;
Background color
Panel with #d3bfd2 background
background-color: #d3bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bfd2; background: linear-gradient(135deg, #d3bfd2, #D3BFC5);