#dfbae5
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 186, 229
HSL
292°, 45%, 81%
CMYK
3, 19, 0, 10
Luminance
0.5646
Every format
| HEX | #dfbae5 |
| RGB | rgb(223, 186, 229) |
| HSL | hsl(292, 45%, 81%) |
| CMYK | cmyk(3%, 19%, 0%, 10%) |
| LAB | lab(79.9 20.7 -16.5) |
| LCH | lch(79.9 26.4 321.5) |
| OKLCH | oklch(0.835 0.071 321.6) |
Copy-ready code
/* CSS */
color: #dfbae5;
background-color: #dfbae5;
/* Tailwind (arbitrary) */
class="text-[#dfbae5] bg-[#dfbae5]"
/* SCSS */
$brand: #dfbae5;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.898)
/* Android */
Color.parseColor("#dfbae5")Accessibility — WCAG contrast
Aa
#dfbae5 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbae5 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta18.8%
Yellow0.0%
Key (black)10.2%
Color previews
#dfbae5 text on a black background
contrast 12.29:1
Card sample
#dfbae5 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbae5;
Background color
Panel with #dfbae5 background
background-color: #dfbae5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbae5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbae5; background: linear-gradient(135deg, #dfbae5, #E5BACE);