#dfbce2
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 188, 226
HSL
295°, 40%, 81%
CMYK
1, 17, 0, 11
Luminance
0.5715
Every format
| HEX | #dfbce2 |
| RGB | rgb(223, 188, 226) |
| HSL | hsl(295, 40%, 81%) |
| CMYK | cmyk(1%, 17%, 0%, 11%) |
| LAB | lab(80.3 19.0 -14.3) |
| LCH | lch(80.3 23.8 323.1) |
| OKLCH | oklch(0.837 0.065 323.6) |
Copy-ready code
/* CSS */
color: #dfbce2;
background-color: #dfbce2;
/* Tailwind (arbitrary) */
class="text-[#dfbce2] bg-[#dfbce2]"
/* SCSS */
$brand: #dfbce2;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.886)
/* Android */
Color.parseColor("#dfbce2")Accessibility — WCAG contrast
Aa
#dfbce2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbce2 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta16.8%
Yellow0.0%
Key (black)11.4%
Color previews
#dfbce2 text on a black background
contrast 12.43:1
Card sample
#dfbce2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbce2;
Background color
Panel with #dfbce2 background
background-color: #dfbce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbce2; background: linear-gradient(135deg, #dfbce2, #E2BCCC);