#df1df3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 29, 243
HSL
294°, 90%, 53%
CMYK
8, 88, 0, 5
Luminance
0.2304
Every format
| HEX | #df1df3 |
| RGB | rgb(223, 29, 243) |
| HSL | hsl(294, 90%, 53%) |
| CMYK | cmyk(8%, 88%, 0%, 5%) |
| LAB | lab(55.1 89.0 -62.8) |
| LCH | lch(55.1 108.9 324.8) |
| OKLCH | oklch(0.653 0.296 323.5) |
Copy-ready code
/* CSS */
color: #df1df3;
background-color: #df1df3;
/* Tailwind (arbitrary) */
class="text-[#df1df3] bg-[#df1df3]"
/* SCSS */
$brand: #df1df3;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#df1df3")Accessibility — WCAG contrast
Aa
#df1df3 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1df3 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#df1df3 text on a black background
contrast 5.61:1
Card sample
#df1df3 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1df3;
Background color
Panel with #df1df3 background
background-color: #df1df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1df3; background: linear-gradient(135deg, #df1df3, #F31D78);