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