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