#dfbee3
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 190, 227
HSL
294°, 40%, 82%
CMYK
2, 16, 0, 11
Luminance
0.5806
Every format
| HEX | #dfbee3 |
| RGB | rgb(223, 190, 227) |
| HSL | hsl(294, 40%, 82%) |
| CMYK | cmyk(2%, 16%, 0%, 11%) |
| LAB | lab(80.8 18.1 -14.0) |
| LCH | lch(80.8 22.9 322.3) |
| OKLCH | oklch(0.841 0.062 322.6) |
Copy-ready code
/* CSS */
color: #dfbee3;
background-color: #dfbee3;
/* Tailwind (arbitrary) */
class="text-[#dfbee3] bg-[#dfbee3]"
/* SCSS */
$brand: #dfbee3;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.890)
/* Android */
Color.parseColor("#dfbee3")Accessibility — WCAG contrast
Aa
#dfbee3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee3 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta16.3%
Yellow0.0%
Key (black)11.0%
Color previews
#dfbee3 text on a black background
contrast 12.61:1
Card sample
#dfbee3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee3;
Background color
Panel with #dfbee3 background
background-color: #dfbee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee3; background: linear-gradient(135deg, #dfbee3, #E3BECE);