#df1dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 29, 255
HSL
292°, 100%, 56%
CMYK
13, 89, 0, 0
Luminance
0.2379
Every format
| HEX | #df1dff |
| RGB | rgb(223, 29, 255) |
| HSL | hsl(292, 100%, 56%) |
| CMYK | cmyk(13%, 89%, 0%, 0%) |
| LAB | lab(55.9 90.9 -68.3) |
| LCH | lch(55.9 113.7 323.1) |
| OKLCH | oklch(0.661 0.304 320.9) |
Copy-ready code
/* CSS */
color: #df1dff;
background-color: #df1dff;
/* Tailwind (arbitrary) */
class="text-[#df1dff] bg-[#df1dff]"
/* SCSS */
$brand: #df1dff;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 1.000)
/* Android */
Color.parseColor("#df1dff")Accessibility — WCAG contrast
Aa
#df1dff on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1dff on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta88.6%
Yellow0.0%
Key (black)0.0%
Color previews
#df1dff text on a black background
contrast 5.76:1
Card sample
#df1dff text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1dff;
Background color
Panel with #df1dff background
background-color: #df1dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1dff; background: linear-gradient(135deg, #df1dff, #FF1D88);