#dfbee5
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 190, 229
HSL
291°, 43%, 82%
CMYK
3, 17, 0, 10
Luminance
0.5817
Every format
| HEX | #dfbee5 |
| RGB | rgb(223, 190, 229) |
| HSL | hsl(291, 43%, 82%) |
| CMYK | cmyk(3%, 17%, 0%, 10%) |
| LAB | lab(80.8 18.5 -15.0) |
| LCH | lch(80.8 23.9 321.0) |
| OKLCH | oklch(0.842 0.064 321.1) |
Copy-ready code
/* CSS */
color: #dfbee5;
background-color: #dfbee5;
/* Tailwind (arbitrary) */
class="text-[#dfbee5] bg-[#dfbee5]"
/* SCSS */
$brand: #dfbee5;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.898)
/* Android */
Color.parseColor("#dfbee5")Accessibility — WCAG contrast
Aa
#dfbee5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee5 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta17.0%
Yellow0.0%
Key (black)10.2%
Color previews
#dfbee5 text on a black background
contrast 12.63:1
Card sample
#dfbee5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee5;
Background color
Panel with #dfbee5 background
background-color: #dfbee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee5; background: linear-gradient(135deg, #dfbee5, #E5BED1);