#fd47fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 71, 254
HSL
300°, 99%, 64%
CMYK
0, 72, 0, 0
Luminance
0.3254
Every format
| HEX | #fd47fe |
| RGB | rgb(253, 71, 254) |
| HSL | hsl(300, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 0%, 0%) |
| LAB | lab(63.8 86.5 -54.8) |
| LCH | lch(63.8 102.4 327.7) |
| OKLCH | oklch(0.726 0.285 327.8) |
Copy-ready code
/* CSS */
color: #fd47fe;
background-color: #fd47fe;
/* Tailwind (arbitrary) */
class="text-[#fd47fe] bg-[#fd47fe]"
/* SCSS */
$brand: #fd47fe;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.996)
/* Android */
Color.parseColor("#fd47fe")Accessibility — WCAG contrast
Aa
#fd47fe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd47fe on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta72.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fd47fe text on a black background
contrast 7.51:1
Card sample
#fd47fe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd47fe;
Background color
Panel with #fd47fe background
background-color: #fd47fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd47fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd47fe; background: linear-gradient(135deg, #fd47fe, #FE4785);