#fd31da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 49, 218
HSL
310°, 98%, 59%
CMYK
0, 81, 14, 1
Luminance
0.2814
Every format
| HEX | #fd31da |
| RGB | rgb(253, 49, 218) |
| HSL | hsl(310, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 14%, 1%) |
| LAB | lab(60.0 87.1 -40.6) |
| LCH | lch(60.0 96.1 335.0) |
| OKLCH | oklch(0.693 0.280 336.6) |
Copy-ready code
/* CSS */
color: #fd31da;
background-color: #fd31da;
/* Tailwind (arbitrary) */
class="text-[#fd31da] bg-[#fd31da]"
/* SCSS */
$brand: #fd31da;
/* SwiftUI */
Color(red: 0.992, green: 0.192, blue: 0.855)
/* Android */
Color.parseColor("#fd31da")Accessibility — WCAG contrast
Aa
#fd31da on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd31da on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow13.8%
Key (black)0.8%
Color previews
#fd31da text on a black background
contrast 6.63:1
Card sample
#fd31da text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd31da;
Background color
Panel with #fd31da background
background-color: #fd31da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd31da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 49, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 49, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd31da; background: linear-gradient(135deg, #fd31da, #FD3152);