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