#dfbce7
a light, vivid violet · warm · closest name: plum
RGB
223, 188, 231
HSL
289°, 47%, 82%
CMYK
4, 19, 0, 9
Luminance
0.5742
Every format
| HEX | #dfbce7 |
| RGB | rgb(223, 188, 231) |
| HSL | hsl(289, 47%, 82%) |
| CMYK | cmyk(4%, 19%, 0%, 9%) |
| LAB | lab(80.4 20.0 -16.7) |
| LCH | lch(80.4 26.1 320.1) |
| OKLCH | oklch(0.839 0.070 320.0) |
Copy-ready code
/* CSS */
color: #dfbce7;
background-color: #dfbce7;
/* Tailwind (arbitrary) */
class="text-[#dfbce7] bg-[#dfbce7]"
/* SCSS */
$brand: #dfbce7;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.906)
/* Android */
Color.parseColor("#dfbce7")Accessibility — WCAG contrast
Aa
#dfbce7 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbce7 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta18.6%
Yellow0.0%
Key (black)9.4%
Color previews
#dfbce7 text on a black background
contrast 12.48:1
Card sample
#dfbce7 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbce7;
Background color
Panel with #dfbce7 background
background-color: #dfbce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbce7; background: linear-gradient(135deg, #dfbce7, #E7BCD2);