#dfbae1
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 186, 225
HSL
297°, 39%, 81%
CMYK
1, 17, 0, 12
Luminance
0.5624
Every format
| HEX | #dfbae1 |
| RGB | rgb(223, 186, 225) |
| HSL | hsl(297, 39%, 81%) |
| CMYK | cmyk(1%, 17%, 0%, 12%) |
| LAB | lab(79.8 19.9 -14.5) |
| LCH | lch(79.8 24.6 323.9) |
| OKLCH | oklch(0.833 0.067 324.5) |
Copy-ready code
/* CSS */
color: #dfbae1;
background-color: #dfbae1;
/* Tailwind (arbitrary) */
class="text-[#dfbae1] bg-[#dfbae1]"
/* SCSS */
$brand: #dfbae1;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.882)
/* Android */
Color.parseColor("#dfbae1")Accessibility — WCAG contrast
Aa
#dfbae1 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbae1 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue88.2%
CMYK percentages
Cyan0.9%
Magenta17.3%
Yellow0.0%
Key (black)11.8%
Color previews
#dfbae1 text on a black background
contrast 12.25:1
Card sample
#dfbae1 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbae1;
Background color
Panel with #dfbae1 background
background-color: #dfbae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbae1; background: linear-gradient(135deg, #dfbae1, #E1BAC9);