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