#dfbae7
a light, vivid violet · warm · closest name: plum
RGB
223, 186, 231
HSL
289°, 48%, 82%
CMYK
4, 20, 0, 9
Luminance
0.5658
Every format
| HEX | #dfbae7 |
| RGB | rgb(223, 186, 231) |
| HSL | hsl(289, 48%, 82%) |
| CMYK | cmyk(4%, 20%, 0%, 9%) |
| LAB | lab(79.9 21.1 -17.4) |
| LCH | lch(79.9 27.3 320.4) |
| OKLCH | oklch(0.835 0.073 320.3) |
Copy-ready code
/* CSS */
color: #dfbae7;
background-color: #dfbae7;
/* Tailwind (arbitrary) */
class="text-[#dfbae7] bg-[#dfbae7]"
/* SCSS */
$brand: #dfbae7;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.906)
/* Android */
Color.parseColor("#dfbae7")Accessibility — WCAG contrast
Aa
#dfbae7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbae7 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta19.5%
Yellow0.0%
Key (black)9.4%
Color previews
#dfbae7 text on a black background
contrast 12.32:1
Card sample
#dfbae7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbae7;
Background color
Panel with #dfbae7 background
background-color: #dfbae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbae7; background: linear-gradient(135deg, #dfbae7, #E7BAD1);