#fd3fda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 218
HSL
311°, 98%, 62%
CMYK
0, 75, 14, 1
Luminance
0.2950
Every format
| HEX | #fd3fda |
| RGB | rgb(253, 63, 218) |
| HSL | hsl(311, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 14%, 1%) |
| LAB | lab(61.2 83.6 -38.7) |
| LCH | lch(61.2 92.2 335.1) |
| OKLCH | oklch(0.701 0.268 336.8) |
Copy-ready code
/* CSS */
color: #fd3fda;
background-color: #fd3fda;
/* Tailwind (arbitrary) */
class="text-[#fd3fda] bg-[#fd3fda]"
/* SCSS */
$brand: #fd3fda;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.855)
/* Android */
Color.parseColor("#fd3fda")Accessibility — WCAG contrast
Aa
#fd3fda on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3fda on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd3fda text on a black background
contrast 6.90:1
Card sample
#fd3fda text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fda;
Background color
Panel with #fd3fda background
background-color: #fd3fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fda; background: linear-gradient(135deg, #fd3fda, #FD3F5B);