#df8fe1
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 143, 225
HSL
299°, 58%, 72%
CMYK
1, 36, 0, 12
Luminance
0.4077
Every format
| HEX | #df8fe1 |
| RGB | rgb(223, 143, 225) |
| HSL | hsl(299, 58%, 72%) |
| CMYK | cmyk(1%, 36%, 0%, 12%) |
| LAB | lab(70.0 43.0 -29.3) |
| LCH | lch(70.0 52.0 325.7) |
| OKLCH | oklch(0.759 0.143 326.0) |
Copy-ready code
/* CSS */
color: #df8fe1;
background-color: #df8fe1;
/* Tailwind (arbitrary) */
class="text-[#df8fe1] bg-[#df8fe1]"
/* SCSS */
$brand: #df8fe1;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.882)
/* Android */
Color.parseColor("#df8fe1")Accessibility — WCAG contrast
Aa
#df8fe1 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fe1 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue88.2%
CMYK percentages
Cyan0.9%
Magenta36.4%
Yellow0.0%
Key (black)11.8%
Color previews
#df8fe1 text on a black background
contrast 9.15:1
Card sample
#df8fe1 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fe1;
Background color
Panel with #df8fe1 background
background-color: #df8fe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fe1; background: linear-gradient(135deg, #df8fe1, #E18FAD);