#fd31ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 49, 255
HSL
299°, 100%, 60%
CMYK
1, 81, 0, 0
Luminance
0.3030
Every format
| HEX | #fd31ff |
| RGB | rgb(253, 49, 255) |
| HSL | hsl(299, 100%, 60%) |
| CMYK | cmyk(1%, 81%, 0%, 0%) |
| LAB | lab(61.9 92.3 -58.3) |
| LCH | lch(61.9 109.1 327.7) |
| OKLCH | oklch(0.712 0.303 327.7) |
Copy-ready code
/* CSS */
color: #fd31ff;
background-color: #fd31ff;
/* Tailwind (arbitrary) */
class="text-[#fd31ff] bg-[#fd31ff]"
/* SCSS */
$brand: #fd31ff;
/* SwiftUI */
Color(red: 0.992, green: 0.192, blue: 1.000)
/* Android */
Color.parseColor("#fd31ff")Accessibility — WCAG contrast
Aa
#fd31ff on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd31ff on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta80.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fd31ff text on a black background
contrast 7.06:1
Card sample
#fd31ff text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd31ff;
Background color
Panel with #fd31ff background
background-color: #fd31ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd31ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 49, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 49, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd31ff; background: linear-gradient(135deg, #fd31ff, #FF3178);