#df5afd
a light, electric violet · warm · closest name: magenta
RGB
223, 90, 253
HSL
289°, 98%, 67%
CMYK
12, 64, 0, 1
Luminance
0.3009
Every format
| HEX | #df5afd |
| RGB | rgb(223, 90, 253) |
| HSL | hsl(289, 98%, 67%) |
| CMYK | cmyk(12%, 64%, 0%, 1%) |
| LAB | lab(61.7 73.4 -57.7) |
| LCH | lch(61.7 93.4 321.8) |
| OKLCH | oklch(0.702 0.250 319.8) |
Copy-ready code
/* CSS */
color: #df5afd;
background-color: #df5afd;
/* Tailwind (arbitrary) */
class="text-[#df5afd] bg-[#df5afd]"
/* SCSS */
$brand: #df5afd;
/* SwiftUI */
Color(red: 0.875, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#df5afd")Accessibility — WCAG contrast
Aa
#df5afd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df5afd on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.3%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#df5afd text on a black background
contrast 7.02:1
Card sample
#df5afd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5afd;
Background color
Panel with #df5afd background
background-color: #df5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5afd; background: linear-gradient(135deg, #df5afd, #FD5AAE);