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