#df8fe8
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 143, 232
HSL
294°, 66%, 74%
CMYK
4, 38, 0, 9
Luminance
0.4116
Every format
| HEX | #df8fe8 |
| RGB | rgb(223, 143, 232) |
| HSL | hsl(294, 66%, 74%) |
| CMYK | cmyk(4%, 38%, 0%, 9%) |
| LAB | lab(70.3 44.3 -32.7) |
| LCH | lch(70.3 55.0 323.5) |
| OKLCH | oklch(0.762 0.150 323.3) |
Copy-ready code
/* CSS */
color: #df8fe8;
background-color: #df8fe8;
/* Tailwind (arbitrary) */
class="text-[#df8fe8] bg-[#df8fe8]"
/* SCSS */
$brand: #df8fe8;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.910)
/* Android */
Color.parseColor("#df8fe8")Accessibility — WCAG contrast
Aa
#df8fe8 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fe8 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta38.4%
Yellow0.0%
Key (black)9.0%
Color previews
#df8fe8 text on a black background
contrast 9.23:1
Card sample
#df8fe8 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fe8;
Background color
Panel with #df8fe8 background
background-color: #df8fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fe8; background: linear-gradient(135deg, #df8fe8, #E88FB6);