#df3af1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 58, 241
HSL
294°, 87%, 59%
CMYK
8, 76, 0, 6
Luminance
0.2506
Every format
| HEX | #df3af1 |
| RGB | rgb(223, 58, 241) |
| HSL | hsl(294, 87%, 59%) |
| CMYK | cmyk(8%, 76%, 0%, 6%) |
| LAB | lab(57.1 82.4 -58.4) |
| LCH | lch(57.1 101.0 324.7) |
| OKLCH | oklch(0.667 0.275 323.6) |
Copy-ready code
/* CSS */
color: #df3af1;
background-color: #df3af1;
/* Tailwind (arbitrary) */
class="text-[#df3af1] bg-[#df3af1]"
/* SCSS */
$brand: #df3af1;
/* SwiftUI */
Color(red: 0.875, green: 0.227, blue: 0.945)
/* Android */
Color.parseColor("#df3af1")Accessibility — WCAG contrast
Aa
#df3af1 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3af1 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.7%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta75.9%
Yellow0.0%
Key (black)5.5%
Color previews
#df3af1 text on a black background
contrast 6.01:1
Card sample
#df3af1 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3af1;
Background color
Panel with #df3af1 background
background-color: #df3af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 58, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 58, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3af1; background: linear-gradient(135deg, #df3af1, #F13A89);