#dfbfeb
a light, vivid violet · warm · closest name: plum
RGB
223, 191, 235
HSL
284°, 52%, 84%
CMYK
5, 19, 0, 8
Luminance
0.5895
Every format
| HEX | #dfbfeb |
| RGB | rgb(223, 191, 235) |
| HSL | hsl(284, 52%, 84%) |
| CMYK | cmyk(5%, 19%, 0%, 8%) |
| LAB | lab(81.3 19.1 -17.6) |
| LCH | lch(81.3 26.0 317.4) |
| OKLCH | oklch(0.846 0.069 316.8) |
Copy-ready code
/* CSS */
color: #dfbfeb;
background-color: #dfbfeb;
/* Tailwind (arbitrary) */
class="text-[#dfbfeb] bg-[#dfbfeb]"
/* SCSS */
$brand: #dfbfeb;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#dfbfeb")Accessibility — WCAG contrast
Aa
#dfbfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfeb on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dfbfeb text on a black background
contrast 12.79:1
Card sample
#dfbfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfeb;
Background color
Panel with #dfbfeb background
background-color: #dfbfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfeb; background: linear-gradient(135deg, #dfbfeb, #EBBFDA);