#df8fe4
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 143, 228
HSL
297°, 61%, 73%
CMYK
2, 37, 0, 11
Luminance
0.4093
Every format
| HEX | #df8fe4 |
| RGB | rgb(223, 143, 228) |
| HSL | hsl(297, 61%, 73%) |
| CMYK | cmyk(2%, 37%, 0%, 11%) |
| LAB | lab(70.1 43.5 -30.8) |
| LCH | lch(70.1 53.3 324.7) |
| OKLCH | oklch(0.760 0.146 324.8) |
Copy-ready code
/* CSS */
color: #df8fe4;
background-color: #df8fe4;
/* Tailwind (arbitrary) */
class="text-[#df8fe4] bg-[#df8fe4]"
/* SCSS */
$brand: #df8fe4;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.894)
/* Android */
Color.parseColor("#df8fe4")Accessibility — WCAG contrast
Aa
#df8fe4 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fe4 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue89.4%
CMYK percentages
Cyan2.2%
Magenta37.3%
Yellow0.0%
Key (black)10.6%
Color previews
#df8fe4 text on a black background
contrast 9.19:1
Card sample
#df8fe4 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fe4;
Background color
Panel with #df8fe4 background
background-color: #df8fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fe4; background: linear-gradient(135deg, #df8fe4, #E48FB0);