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