#d4bfd0
a light, soft magenta / pink · warm · closest name: silver
RGB
212, 191, 208
HSL
311°, 20%, 79%
CMYK
0, 10, 2, 17
Luminance
0.5581
Every format
| HEX | #d4bfd0 |
| RGB | rgb(212, 191, 208) |
| HSL | hsl(311, 20%, 79%) |
| CMYK | cmyk(0%, 10%, 2%, 17%) |
| LAB | lab(79.5 10.4 -5.8) |
| LCH | lch(79.5 11.9 330.8) |
| OKLCH | oklch(0.827 0.033 332.2) |
Copy-ready code
/* CSS */
color: #d4bfd0;
background-color: #d4bfd0;
/* Tailwind (arbitrary) */
class="text-[#d4bfd0] bg-[#d4bfd0]"
/* SCSS */
$brand: #d4bfd0;
/* SwiftUI */
Color(red: 0.831, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#d4bfd0")Accessibility — WCAG contrast
Aa
#d4bfd0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bfd0 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green74.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow1.9%
Key (black)16.9%
Color previews
#d4bfd0 text on a black background
contrast 12.16:1
Card sample
#d4bfd0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bfd0;
Background color
Panel with #d4bfd0 background
background-color: #d4bfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bfd0; background: linear-gradient(135deg, #d4bfd0, #D4BFC2);