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