#df2ffd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 47, 253
HSL
291°, 98%, 59%
CMYK
12, 81, 0, 1
Luminance
0.2481
Every format
| HEX | #df2ffd |
| RGB | rgb(223, 47, 253) |
| HSL | hsl(291, 98%, 59%) |
| CMYK | cmyk(12%, 81%, 0%, 1%) |
| LAB | lab(56.9 87.2 -65.5) |
| LCH | lch(56.9 109.0 323.1) |
| OKLCH | oklch(0.667 0.292 321.0) |
Copy-ready code
/* CSS */
color: #df2ffd;
background-color: #df2ffd;
/* Tailwind (arbitrary) */
class="text-[#df2ffd] bg-[#df2ffd]"
/* SCSS */
$brand: #df2ffd;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#df2ffd")Accessibility — WCAG contrast
Aa
#df2ffd on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ffd on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#df2ffd text on a black background
contrast 5.96:1
Card sample
#df2ffd text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ffd;
Background color
Panel with #df2ffd background
background-color: #df2ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ffd; background: linear-gradient(135deg, #df2ffd, #FD2F91);