#dfbce5
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 188, 229
HSL
291°, 44%, 82%
CMYK
3, 18, 0, 10
Luminance
0.5731
Every format
| HEX | #dfbce5 |
| RGB | rgb(223, 188, 229) |
| HSL | hsl(291, 44%, 82%) |
| CMYK | cmyk(3%, 18%, 0%, 10%) |
| LAB | lab(80.4 19.6 -15.7) |
| LCH | lch(80.4 25.1 321.2) |
| OKLCH | oklch(0.838 0.068 321.4) |
Copy-ready code
/* CSS */
color: #dfbce5;
background-color: #dfbce5;
/* Tailwind (arbitrary) */
class="text-[#dfbce5] bg-[#dfbce5]"
/* SCSS */
$brand: #dfbce5;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.898)
/* Android */
Color.parseColor("#dfbce5")Accessibility — WCAG contrast
Aa
#dfbce5 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbce5 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta17.9%
Yellow0.0%
Key (black)10.2%
Color previews
#dfbce5 text on a black background
contrast 12.46:1
Card sample
#dfbce5 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbce5;
Background color
Panel with #dfbce5 background
background-color: #dfbce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbce5; background: linear-gradient(135deg, #dfbce5, #E5BCD0);