#df4efd
a balanced, electric violet · warm · closest name: magenta
RGB
223, 78, 253
HSL
290°, 98%, 65%
CMYK
12, 69, 0, 1
Luminance
0.2823
Every format
| HEX | #df4efd |
| RGB | rgb(223, 78, 253) |
| HSL | hsl(290, 98%, 65%) |
| CMYK | cmyk(12%, 69%, 0%, 1%) |
| LAB | lab(60.1 78.0 -60.4) |
| LCH | lch(60.1 98.6 322.3) |
| OKLCH | oklch(0.690 0.264 320.2) |
Copy-ready code
/* CSS */
color: #df4efd;
background-color: #df4efd;
/* Tailwind (arbitrary) */
class="text-[#df4efd] bg-[#df4efd]"
/* SCSS */
$brand: #df4efd;
/* SwiftUI */
Color(red: 0.875, green: 0.306, blue: 0.992)
/* Android */
Color.parseColor("#df4efd")Accessibility — WCAG contrast
Aa
#df4efd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4efd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.6%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta69.2%
Yellow0.0%
Key (black)0.8%
Color previews
#df4efd text on a black background
contrast 6.65:1
Card sample
#df4efd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4efd;
Background color
Panel with #df4efd background
background-color: #df4efd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4efd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 78, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 78, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4efd; background: linear-gradient(135deg, #df4efd, #FD4EA6);