#df3dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 61, 253
HSL
291°, 98%, 62%
CMYK
12, 76, 0, 1
Luminance
0.2612
Every format
| HEX | #df3dfd |
| RGB | rgb(223, 61, 253) |
| HSL | hsl(291, 98%, 62%) |
| CMYK | cmyk(12%, 76%, 0%, 1%) |
| LAB | lab(58.1 83.5 -63.5) |
| LCH | lch(58.1 104.9 322.8) |
| OKLCH | oklch(0.676 0.281 320.7) |
Copy-ready code
/* CSS */
color: #df3dfd;
background-color: #df3dfd;
/* Tailwind (arbitrary) */
class="text-[#df3dfd] bg-[#df3dfd]"
/* SCSS */
$brand: #df3dfd;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#df3dfd")Accessibility — WCAG contrast
Aa
#df3dfd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3dfd on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#df3dfd text on a black background
contrast 6.22:1
Card sample
#df3dfd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3dfd;
Background color
Panel with #df3dfd background
background-color: #df3dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3dfd; background: linear-gradient(135deg, #df3dfd, #FD3D9B);