#df0dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 13, 255
HSL
292°, 100%, 53%
CMYK
13, 95, 0, 0
Luminance
0.2320
Every format
| HEX | #df0dff |
| RGB | rgb(223, 13, 255) |
| HSL | hsl(292, 100%, 53%) |
| CMYK | cmyk(13%, 95%, 0%, 0%) |
| LAB | lab(55.3 92.7 -69.2) |
| LCH | lch(55.3 115.7 323.2) |
| OKLCH | oklch(0.656 0.310 321.0) |
Copy-ready code
/* CSS */
color: #df0dff;
background-color: #df0dff;
/* Tailwind (arbitrary) */
class="text-[#df0dff] bg-[#df0dff]"
/* SCSS */
$brand: #df0dff;
/* SwiftUI */
Color(red: 0.875, green: 0.051, blue: 1.000)
/* Android */
Color.parseColor("#df0dff")Accessibility — WCAG contrast
Aa
#df0dff on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0dff on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.1%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta94.9%
Yellow0.0%
Key (black)0.0%
Color previews
#df0dff text on a black background
contrast 5.64:1
Card sample
#df0dff text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0dff;
Background color
Panel with #df0dff background
background-color: #df0dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 13, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 13, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0dff; background: linear-gradient(135deg, #df0dff, #FF0D7D);