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