#dfbfee
a light, vivid violet · warm · closest name: plum
RGB
223, 191, 238
HSL
281°, 58%, 84%
CMYK
6, 20, 0, 7
Luminance
0.5912
Every format
| HEX | #dfbfee |
| RGB | rgb(223, 191, 238) |
| HSL | hsl(281, 58%, 84%) |
| CMYK | cmyk(6%, 20%, 0%, 7%) |
| LAB | lab(81.4 19.7 -19.1) |
| LCH | lch(81.4 27.4 316.0) |
| OKLCH | oklch(0.847 0.073 315.0) |
Copy-ready code
/* CSS */
color: #dfbfee;
background-color: #dfbfee;
/* Tailwind (arbitrary) */
class="text-[#dfbfee] bg-[#dfbfee]"
/* SCSS */
$brand: #dfbfee;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#dfbfee")Accessibility — WCAG contrast
Aa
#dfbfee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfee on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#dfbfee text on a black background
contrast 12.82:1
Card sample
#dfbfee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfee;
Background color
Panel with #dfbfee background
background-color: #dfbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfee; background: linear-gradient(135deg, #dfbfee, #EEBFDE);