#df2df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 45, 241
HSL
295°, 88%, 56%
CMYK
8, 81, 0, 6
Luminance
0.2392
Every format
| HEX | #df2df1 |
| RGB | rgb(223, 45, 241) |
| HSL | hsl(295, 88%, 56%) |
| CMYK | cmyk(8%, 81%, 0%, 6%) |
| LAB | lab(56.0 85.7 -60.2) |
| LCH | lch(56.0 104.8 324.9) |
| OKLCH | oklch(0.659 0.285 323.8) |
Copy-ready code
/* CSS */
color: #df2df1;
background-color: #df2df1;
/* Tailwind (arbitrary) */
class="text-[#df2df1] bg-[#df2df1]"
/* SCSS */
$brand: #df2df1;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.945)
/* Android */
Color.parseColor("#df2df1")Accessibility — WCAG contrast
Aa
#df2df1 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2df1 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta81.3%
Yellow0.0%
Key (black)5.5%
Color previews
#df2df1 text on a black background
contrast 5.78:1
Card sample
#df2df1 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2df1;
Background color
Panel with #df2df1 background
background-color: #df2df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2df1; background: linear-gradient(135deg, #df2df1, #F12D80);