#d8bfd2
a light, soft magenta / pink · warm · closest name: silver
RGB
216, 191, 210
HSL
314°, 24%, 80%
CMYK
0, 12, 3, 15
Luminance
0.5651
Every format
| HEX | #d8bfd2 |
| RGB | rgb(216, 191, 210) |
| HSL | hsl(314, 24%, 80%) |
| CMYK | cmyk(0%, 12%, 3%, 15%) |
| LAB | lab(79.9 12.1 -6.3) |
| LCH | lch(79.9 13.6 332.7) |
| OKLCH | oklch(0.831 0.038 334.2) |
Copy-ready code
/* CSS */
color: #d8bfd2;
background-color: #d8bfd2;
/* Tailwind (arbitrary) */
class="text-[#d8bfd2] bg-[#d8bfd2]"
/* SCSS */
$brand: #d8bfd2;
/* SwiftUI */
Color(red: 0.847, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#d8bfd2")Accessibility — WCAG contrast
Aa
#d8bfd2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8bfd2 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green74.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow2.8%
Key (black)15.3%
Color previews
#d8bfd2 text on a black background
contrast 12.30:1
Card sample
#d8bfd2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8bfd2;
Background color
Panel with #d8bfd2 background
background-color: #d8bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8bfd2; background: linear-gradient(135deg, #d8bfd2, #D8BFC1);