#d9bfd0
a light, soft magenta / pink · warm · closest name: silver
RGB
217, 191, 208
HSL
321°, 26%, 80%
CMYK
0, 12, 4, 15
Luminance
0.5657
Every format
| HEX | #d9bfd0 |
| RGB | rgb(217, 191, 208) |
| HSL | hsl(321, 26%, 80%) |
| CMYK | cmyk(0%, 12%, 4%, 15%) |
| LAB | lab(79.9 12.1 -5.1) |
| LCH | lch(79.9 13.2 337.1) |
| OKLCH | oklch(0.832 0.037 338.7) |
Copy-ready code
/* CSS */
color: #d9bfd0;
background-color: #d9bfd0;
/* Tailwind (arbitrary) */
class="text-[#d9bfd0] bg-[#d9bfd0]"
/* SCSS */
$brand: #d9bfd0;
/* SwiftUI */
Color(red: 0.851, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#d9bfd0")Accessibility — WCAG contrast
Aa
#d9bfd0 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9bfd0 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green74.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow4.1%
Key (black)14.9%
Color previews
#d9bfd0 text on a black background
contrast 12.31:1
Card sample
#d9bfd0 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9bfd0;
Background color
Panel with #d9bfd0 background
background-color: #d9bfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9bfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9bfd0; background: linear-gradient(135deg, #d9bfd0, #D9BFBF);