#df3af3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 58, 243
HSL
294°, 89%, 59%
CMYK
8, 76, 0, 5
Luminance
0.2519
Every format
| HEX | #df3af3 |
| RGB | rgb(223, 58, 243) |
| HSL | hsl(294, 89%, 59%) |
| CMYK | cmyk(8%, 76%, 0%, 5%) |
| LAB | lab(57.3 82.7 -59.4) |
| LCH | lch(57.3 101.8 324.3) |
| OKLCH | oklch(0.668 0.276 323.1) |
Copy-ready code
/* CSS */
color: #df3af3;
background-color: #df3af3;
/* Tailwind (arbitrary) */
class="text-[#df3af3] bg-[#df3af3]"
/* SCSS */
$brand: #df3af3;
/* SwiftUI */
Color(red: 0.875, green: 0.227, blue: 0.953)
/* Android */
Color.parseColor("#df3af3")Accessibility — WCAG contrast
Aa
#df3af3 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3af3 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.7%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta76.1%
Yellow0.0%
Key (black)4.7%
Color previews
#df3af3 text on a black background
contrast 6.04:1
Card sample
#df3af3 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3af3;
Background color
Panel with #df3af3 background
background-color: #df3af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 58, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 58, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3af3; background: linear-gradient(135deg, #df3af3, #F33A8C);