#dfbce3
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 188, 227
HSL
294°, 41%, 81%
CMYK
2, 17, 0, 11
Luminance
0.5720
Every format
| HEX | #dfbce3 |
| RGB | rgb(223, 188, 227) |
| HSL | hsl(294, 41%, 81%) |
| CMYK | cmyk(2%, 17%, 0%, 11%) |
| LAB | lab(80.3 19.2 -14.8) |
| LCH | lch(80.3 24.2 322.5) |
| OKLCH | oklch(0.838 0.066 322.8) |
Copy-ready code
/* CSS */
color: #dfbce3;
background-color: #dfbce3;
/* Tailwind (arbitrary) */
class="text-[#dfbce3] bg-[#dfbce3]"
/* SCSS */
$brand: #dfbce3;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.890)
/* Android */
Color.parseColor("#dfbce3")Accessibility — WCAG contrast
Aa
#dfbce3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbce3 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta17.2%
Yellow0.0%
Key (black)11.0%
Color previews
#dfbce3 text on a black background
contrast 12.44:1
Card sample
#dfbce3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbce3;
Background color
Panel with #dfbce3 background
background-color: #dfbce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbce3; background: linear-gradient(135deg, #dfbce3, #E3BCCD);