#dfabe6
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 171, 230
HSL
293°, 54%, 79%
CMYK
3, 26, 0, 10
Luminance
0.5053
Every format
| HEX | #dfabe6 |
| RGB | rgb(223, 171, 230) |
| HSL | hsl(293, 54%, 79%) |
| CMYK | cmyk(3%, 26%, 0%, 10%) |
| LAB | lab(76.4 28.9 -22.3) |
| LCH | lch(76.4 36.5 322.4) |
| OKLCH | oklch(0.808 0.099 322.4) |
Copy-ready code
/* CSS */
color: #dfabe6;
background-color: #dfabe6;
/* Tailwind (arbitrary) */
class="text-[#dfabe6] bg-[#dfabe6]"
/* SCSS */
$brand: #dfabe6;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.902)
/* Android */
Color.parseColor("#dfabe6")Accessibility — WCAG contrast
Aa
#dfabe6 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabe6 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta25.7%
Yellow0.0%
Key (black)9.8%
Color previews
#dfabe6 text on a black background
contrast 11.11:1
Card sample
#dfabe6 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabe6;
Background color
Panel with #dfabe6 background
background-color: #dfabe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabe6; background: linear-gradient(135deg, #dfabe6, #E6ABC6);