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