#fd31cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 49, 207
HSL
314°, 98%, 59%
CMYK
0, 81, 18, 1
Luminance
0.2758
Every format
| HEX | #fd31cf |
| RGB | rgb(253, 49, 207) |
| HSL | hsl(314, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 18%, 1%) |
| LAB | lab(59.5 85.7 -35.2) |
| LCH | lch(59.5 92.7 337.7) |
| OKLCH | oklch(0.687 0.273 339.6) |
Copy-ready code
/* CSS */
color: #fd31cf;
background-color: #fd31cf;
/* Tailwind (arbitrary) */
class="text-[#fd31cf] bg-[#fd31cf]"
/* SCSS */
$brand: #fd31cf;
/* SwiftUI */
Color(red: 0.992, green: 0.192, blue: 0.812)
/* Android */
Color.parseColor("#fd31cf")Accessibility — WCAG contrast
Aa
#fd31cf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd31cf on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fd31cf text on a black background
contrast 6.52:1
Card sample
#fd31cf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd31cf;
Background color
Panel with #fd31cf background
background-color: #fd31cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd31cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 49, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 49, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd31cf; background: linear-gradient(135deg, #fd31cf, #FD3147);