#df2fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 47, 228
HSL
298°, 77%, 54%
CMYK
2, 79, 0, 11
Luminance
0.2332
Every format
| HEX | #df2fe4 |
| RGB | rgb(223, 47, 228) |
| HSL | hsl(298, 77%, 54%) |
| CMYK | cmyk(2%, 79%, 0%, 11%) |
| LAB | lab(55.4 83.2 -53.9) |
| LCH | lch(55.4 99.1 327.1) |
| OKLCH | oklch(0.652 0.275 326.9) |
Copy-ready code
/* CSS */
color: #df2fe4;
background-color: #df2fe4;
/* Tailwind (arbitrary) */
class="text-[#df2fe4] bg-[#df2fe4]"
/* SCSS */
$brand: #df2fe4;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#df2fe4")Accessibility — WCAG contrast
Aa
#df2fe4 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2fe4 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue89.4%
CMYK percentages
Cyan2.2%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#df2fe4 text on a black background
contrast 5.66:1
Card sample
#df2fe4 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2fe4;
Background color
Panel with #df2fe4 background
background-color: #df2fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2fe4; background: linear-gradient(135deg, #df2fe4, #E42F70);