#dfbdee
a light, vivid violet · warm · closest name: plum
RGB
223, 189, 238
HSL
282°, 59%, 84%
CMYK
6, 21, 0, 7
Luminance
0.5826
Every format
| HEX | #dfbdee |
| RGB | rgb(223, 189, 238) |
| HSL | hsl(282, 59%, 84%) |
| CMYK | cmyk(6%, 21%, 0%, 7%) |
| LAB | lab(80.9 20.8 -19.8) |
| LCH | lch(80.9 28.7 316.4) |
| OKLCH | oklch(0.843 0.076 315.5) |
Copy-ready code
/* CSS */
color: #dfbdee;
background-color: #dfbdee;
/* Tailwind (arbitrary) */
class="text-[#dfbdee] bg-[#dfbdee]"
/* SCSS */
$brand: #dfbdee;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#dfbdee")Accessibility — WCAG contrast
Aa
#dfbdee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbdee on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#dfbdee text on a black background
contrast 12.65:1
Card sample
#dfbdee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbdee;
Background color
Panel with #dfbdee background
background-color: #dfbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbdee; background: linear-gradient(135deg, #dfbdee, #EEBDDC);