#dfbae2
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 186, 226
HSL
296°, 41%, 81%
CMYK
1, 18, 0, 11
Luminance
0.5630
Every format
| HEX | #dfbae2 |
| RGB | rgb(223, 186, 226) |
| HSL | hsl(296, 41%, 81%) |
| CMYK | cmyk(1%, 18%, 0%, 11%) |
| LAB | lab(79.8 20.1 -15.0) |
| LCH | lch(79.8 25.1 323.3) |
| OKLCH | oklch(0.834 0.068 323.8) |
Copy-ready code
/* CSS */
color: #dfbae2;
background-color: #dfbae2;
/* Tailwind (arbitrary) */
class="text-[#dfbae2] bg-[#dfbae2]"
/* SCSS */
$brand: #dfbae2;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#dfbae2")Accessibility — WCAG contrast
Aa
#dfbae2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbae2 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#dfbae2 text on a black background
contrast 12.26:1
Card sample
#dfbae2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbae2;
Background color
Panel with #dfbae2 background
background-color: #dfbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbae2; background: linear-gradient(135deg, #dfbae2, #E2BACA);