#dfbee7
a light, vivid violet · warm · closest name: plum
RGB
223, 190, 231
HSL
288°, 46%, 83%
CMYK
4, 18, 0, 9
Luminance
0.5828
Every format
| HEX | #dfbee7 |
| RGB | rgb(223, 190, 231) |
| HSL | hsl(288, 46%, 83%) |
| CMYK | cmyk(4%, 18%, 0%, 9%) |
| LAB | lab(80.9 18.9 -16.0) |
| LCH | lch(80.9 24.8 319.8) |
| OKLCH | oklch(0.843 0.066 319.6) |
Copy-ready code
/* CSS */
color: #dfbee7;
background-color: #dfbee7;
/* Tailwind (arbitrary) */
class="text-[#dfbee7] bg-[#dfbee7]"
/* SCSS */
$brand: #dfbee7;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.906)
/* Android */
Color.parseColor("#dfbee7")Accessibility — WCAG contrast
Aa
#dfbee7 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbee7 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta17.7%
Yellow0.0%
Key (black)9.4%
Color previews
#dfbee7 text on a black background
contrast 12.66:1
Card sample
#dfbee7 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbee7;
Background color
Panel with #dfbee7 background
background-color: #dfbee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbee7; background: linear-gradient(135deg, #dfbee7, #E7BED4);