#d4bfd7
a light, soft magenta / pink · warm · closest name: lavender
RGB
212, 191, 215
HSL
293°, 23%, 80%
CMYK
1, 11, 0, 16
Luminance
0.5616
Every format
| HEX | #d4bfd7 |
| RGB | rgb(212, 191, 215) |
| HSL | hsl(293, 23%, 80%) |
| CMYK | cmyk(1%, 11%, 0%, 16%) |
| LAB | lab(79.7 11.7 -9.3) |
| LCH | lch(79.7 14.9 321.5) |
| OKLCH | oklch(0.830 0.040 322.0) |
Copy-ready code
/* CSS */
color: #d4bfd7;
background-color: #d4bfd7;
/* Tailwind (arbitrary) */
class="text-[#d4bfd7] bg-[#d4bfd7]"
/* SCSS */
$brand: #d4bfd7;
/* SwiftUI */
Color(red: 0.831, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#d4bfd7")Accessibility — WCAG contrast
Aa
#d4bfd7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bfd7 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green74.9%
Blue84.3%
CMYK percentages
Cyan1.4%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#d4bfd7 text on a black background
contrast 12.23:1
Card sample
#d4bfd7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bfd7;
Background color
Panel with #d4bfd7 background
background-color: #d4bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bfd7; background: linear-gradient(135deg, #d4bfd7, #D7BFCA);