#df2df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 45, 244
HSL
294°, 90%, 57%
CMYK
9, 82, 0, 4
Luminance
0.2410
Every format
| HEX | #df2df4 |
| RGB | rgb(223, 45, 244) |
| HSL | hsl(294, 90%, 57%) |
| CMYK | cmyk(9%, 82%, 0%, 4%) |
| LAB | lab(56.2 86.2 -61.6) |
| LCH | lch(56.2 106.0 324.4) |
| OKLCH | oklch(0.661 0.287 323.1) |
Copy-ready code
/* CSS */
color: #df2df4;
background-color: #df2df4;
/* Tailwind (arbitrary) */
class="text-[#df2df4] bg-[#df2df4]"
/* SCSS */
$brand: #df2df4;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#df2df4")Accessibility — WCAG contrast
Aa
#df2df4 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2df4 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#df2df4 text on a black background
contrast 5.82:1
Card sample
#df2df4 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2df4;
Background color
Panel with #df2df4 background
background-color: #df2df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2df4; background: linear-gradient(135deg, #df2df4, #F42D84);