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