#df5cfd
a light, electric violet · warm · closest name: magenta
RGB
223, 92, 253
HSL
289°, 98%, 68%
CMYK
12, 64, 0, 1
Luminance
0.3043
Every format
| HEX | #df5cfd |
| RGB | rgb(223, 92, 253) |
| HSL | hsl(289, 98%, 68%) |
| CMYK | cmyk(12%, 64%, 0%, 1%) |
| LAB | lab(62.0 72.6 -57.3) |
| LCH | lch(62.0 92.5 321.7) |
| OKLCH | oklch(0.704 0.247 319.7) |
Copy-ready code
/* CSS */
color: #df5cfd;
background-color: #df5cfd;
/* Tailwind (arbitrary) */
class="text-[#df5cfd] bg-[#df5cfd]"
/* SCSS */
$brand: #df5cfd;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#df5cfd")Accessibility — WCAG contrast
Aa
#df5cfd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df5cfd on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#df5cfd text on a black background
contrast 7.09:1
Card sample
#df5cfd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5cfd;
Background color
Panel with #df5cfd background
background-color: #df5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5cfd; background: linear-gradient(135deg, #df5cfd, #FD5CB0);