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