#dfbfe6
a light, soft violet · warm · closest name: plum
RGB
223, 191, 230
HSL
289°, 44%, 83%
CMYK
3, 17, 0, 10
Luminance
0.5866
Every format
| HEX | #dfbfe6 |
| RGB | rgb(223, 191, 230) |
| HSL | hsl(289, 44%, 83%) |
| CMYK | cmyk(3%, 17%, 0%, 10%) |
| LAB | lab(81.1 18.2 -15.2) |
| LCH | lch(81.1 23.7 320.2) |
| OKLCH | oklch(0.844 0.064 320.2) |
Copy-ready code
/* CSS */
color: #dfbfe6;
background-color: #dfbfe6;
/* Tailwind (arbitrary) */
class="text-[#dfbfe6] bg-[#dfbfe6]"
/* SCSS */
$brand: #dfbfe6;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.902)
/* Android */
Color.parseColor("#dfbfe6")Accessibility — WCAG contrast
Aa
#dfbfe6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfe6 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta17.0%
Yellow0.0%
Key (black)9.8%
Color previews
#dfbfe6 text on a black background
contrast 12.73:1
Card sample
#dfbfe6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfe6;
Background color
Panel with #dfbfe6 background
background-color: #dfbfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfe6; background: linear-gradient(135deg, #dfbfe6, #E6BFD3);