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