#dfabe2
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 171, 226
HSL
297°, 49%, 78%
CMYK
1, 24, 0, 11
Luminance
0.5030
Every format
| HEX | #dfabe2 |
| RGB | rgb(223, 171, 226) |
| HSL | hsl(297, 49%, 78%) |
| CMYK | cmyk(1%, 24%, 0%, 11%) |
| LAB | lab(76.3 28.2 -20.3) |
| LCH | lch(76.3 34.7 324.2) |
| OKLCH | oklch(0.806 0.095 324.6) |
Copy-ready code
/* CSS */
color: #dfabe2;
background-color: #dfabe2;
/* Tailwind (arbitrary) */
class="text-[#dfabe2] bg-[#dfabe2]"
/* SCSS */
$brand: #dfabe2;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.886)
/* Android */
Color.parseColor("#dfabe2")Accessibility — WCAG contrast
Aa
#dfabe2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabe2 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta24.3%
Yellow0.0%
Key (black)11.4%
Color previews
#dfabe2 text on a black background
contrast 11.06:1
Card sample
#dfabe2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabe2;
Background color
Panel with #dfabe2 background
background-color: #dfabe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabe2; background: linear-gradient(135deg, #dfabe2, #E2ABC0);