#df00fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 0, 254
HSL
293°, 100%, 50%
CMYK
12, 100, 0, 0
Luminance
0.2284
Every format
| HEX | #df00fe |
| RGB | rgb(223, 0, 254) |
| HSL | hsl(293, 100%, 50%) |
| CMYK | cmyk(12%, 100%, 0%, 0%) |
| LAB | lab(54.9 93.4 -69.3) |
| LCH | lch(54.9 116.3 323.4) |
| OKLCH | oklch(0.654 0.312 321.3) |
Copy-ready code
/* CSS */
color: #df00fe;
background-color: #df00fe;
/* Tailwind (arbitrary) */
class="text-[#df00fe] bg-[#df00fe]"
/* SCSS */
$brand: #df00fe;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.996)
/* Android */
Color.parseColor("#df00fe")Accessibility — WCAG contrast
Aa
#df00fe on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df00fe on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta100.0%
Yellow0.0%
Key (black)0.4%
Color previews
#df00fe text on a black background
contrast 5.57:1
Card sample
#df00fe text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df00fe;
Background color
Panel with #df00fe background
background-color: #df00fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df00fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df00fe; background: linear-gradient(135deg, #df00fe, #FE0074);