#fd47ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 71, 255
HSL
299°, 100%, 64%
CMYK
1, 72, 0, 0
Luminance
0.3261
Every format
| HEX | #fd47ff |
| RGB | rgb(253, 71, 255) |
| HSL | hsl(299, 100%, 64%) |
| CMYK | cmyk(1%, 72%, 0%, 0%) |
| LAB | lab(63.9 86.7 -55.2) |
| LCH | lch(63.9 102.8 327.5) |
| OKLCH | oklch(0.726 0.285 327.6) |
Copy-ready code
/* CSS */
color: #fd47ff;
background-color: #fd47ff;
/* Tailwind (arbitrary) */
class="text-[#fd47ff] bg-[#fd47ff]"
/* SCSS */
$brand: #fd47ff;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#fd47ff")Accessibility — WCAG contrast
Aa
#fd47ff on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd47ff on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fd47ff text on a black background
contrast 7.52:1
Card sample
#fd47ff text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd47ff;
Background color
Panel with #fd47ff background
background-color: #fd47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd47ff; background: linear-gradient(135deg, #fd47ff, #FF4786);