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