#dfbfe3
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 191, 227
HSL
293°, 39%, 82%
CMYK
2, 16, 0, 11
Luminance
0.5850
Every format
| HEX | #dfbfe3 |
| RGB | rgb(223, 191, 227) |
| HSL | hsl(293, 39%, 82%) |
| CMYK | cmyk(2%, 16%, 0%, 11%) |
| LAB | lab(81.0 17.6 -13.7) |
| LCH | lch(81.0 22.3 322.2) |
| OKLCH | oklch(0.843 0.060 322.5) |
Copy-ready code
/* CSS */
color: #dfbfe3;
background-color: #dfbfe3;
/* Tailwind (arbitrary) */
class="text-[#dfbfe3] bg-[#dfbfe3]"
/* SCSS */
$brand: #dfbfe3;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#dfbfe3")Accessibility — WCAG contrast
Aa
#dfbfe3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfe3 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#dfbfe3 text on a black background
contrast 12.70:1
Card sample
#dfbfe3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfe3;
Background color
Panel with #dfbfe3 background
background-color: #dfbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfe3; background: linear-gradient(135deg, #dfbfe3, #E3BFCF);