#df1df6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 29, 246
HSL
294°, 92%, 54%
CMYK
9, 88, 0, 4
Luminance
0.2322
Every format
| HEX | #df1df6 |
| RGB | rgb(223, 29, 246) |
| HSL | hsl(294, 92%, 54%) |
| CMYK | cmyk(9%, 88%, 0%, 4%) |
| LAB | lab(55.3 89.5 -64.2) |
| LCH | lch(55.3 110.1 324.3) |
| OKLCH | oklch(0.655 0.298 322.9) |
Copy-ready code
/* CSS */
color: #df1df6;
background-color: #df1df6;
/* Tailwind (arbitrary) */
class="text-[#df1df6] bg-[#df1df6]"
/* SCSS */
$brand: #df1df6;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.965)
/* Android */
Color.parseColor("#df1df6")Accessibility — WCAG contrast
Aa
#df1df6 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1df6 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta88.2%
Yellow0.0%
Key (black)3.5%
Color previews
#df1df6 text on a black background
contrast 5.64:1
Card sample
#df1df6 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1df6;
Background color
Panel with #df1df6 background
background-color: #df1df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1df6; background: linear-gradient(135deg, #df1df6, #F61D7C);