#dfbae8
a light, vivid violet · warm · closest name: plum
RGB
223, 186, 232
HSL
288°, 50%, 82%
CMYK
4, 20, 0, 9
Luminance
0.5663
Every format
| HEX | #dfbae8 |
| RGB | rgb(223, 186, 232) |
| HSL | hsl(288, 50%, 82%) |
| CMYK | cmyk(4%, 20%, 0%, 9%) |
| LAB | lab(80.0 21.2 -17.9) |
| LCH | lch(80.0 27.8 319.8) |
| OKLCH | oklch(0.836 0.075 319.6) |
Copy-ready code
/* CSS */
color: #dfbae8;
background-color: #dfbae8;
/* Tailwind (arbitrary) */
class="text-[#dfbae8] bg-[#dfbae8]"
/* SCSS */
$brand: #dfbae8;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.910)
/* Android */
Color.parseColor("#dfbae8")Accessibility — WCAG contrast
Aa
#dfbae8 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbae8 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta19.8%
Yellow0.0%
Key (black)9.0%
Color previews
#dfbae8 text on a black background
contrast 12.33:1
Card sample
#dfbae8 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbae8;
Background color
Panel with #dfbae8 background
background-color: #dfbae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbae8; background: linear-gradient(135deg, #dfbae8, #E8BAD2);