#df47fe
a balanced, electric violet · warm · closest name: magenta
RGB
223, 71, 254
HSL
290°, 99%, 64%
CMYK
12, 72, 0, 0
Luminance
0.2735
Every format
| HEX | #df47fe |
| RGB | rgb(223, 71, 254) |
| HSL | hsl(290, 99%, 64%) |
| CMYK | cmyk(12%, 72%, 0%, 0%) |
| LAB | lab(59.3 80.6 -62.2) |
| LCH | lch(59.3 101.8 322.3) |
| OKLCH | oklch(0.685 0.272 320.2) |
Copy-ready code
/* CSS */
color: #df47fe;
background-color: #df47fe;
/* Tailwind (arbitrary) */
class="text-[#df47fe] bg-[#df47fe]"
/* SCSS */
$brand: #df47fe;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.996)
/* Android */
Color.parseColor("#df47fe")Accessibility — WCAG contrast
Aa
#df47fe on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df47fe on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta72.0%
Yellow0.0%
Key (black)0.4%
Color previews
#df47fe text on a black background
contrast 6.47:1
Card sample
#df47fe text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df47fe;
Background color
Panel with #df47fe background
background-color: #df47fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df47fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df47fe; background: linear-gradient(135deg, #df47fe, #FE47A3);