#df2afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 42, 253
HSL
292°, 98%, 58%
CMYK
12, 83, 0, 1
Luminance
0.2444
Every format
| HEX | #df2afd |
| RGB | rgb(223, 42, 253) |
| HSL | hsl(292, 98%, 58%) |
| CMYK | cmyk(12%, 83%, 0%, 1%) |
| LAB | lab(56.5 88.3 -66.1) |
| LCH | lch(56.5 110.3 323.2) |
| OKLCH | oklch(0.665 0.296 321.1) |
Copy-ready code
/* CSS */
color: #df2afd;
background-color: #df2afd;
/* Tailwind (arbitrary) */
class="text-[#df2afd] bg-[#df2afd]"
/* SCSS */
$brand: #df2afd;
/* SwiftUI */
Color(red: 0.875, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#df2afd")Accessibility — WCAG contrast
Aa
#df2afd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2afd on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.5%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#df2afd text on a black background
contrast 5.89:1
Card sample
#df2afd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2afd;
Background color
Panel with #df2afd background
background-color: #df2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2afd; background: linear-gradient(135deg, #df2afd, #FD2A8E);