#fd1fd4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 212
HSL
311°, 98%, 56%
CMYK
0, 88, 16, 1
Luminance
0.2662
Every format
| HEX | #fd1fd4 |
| RGB | rgb(253, 31, 212) |
| HSL | hsl(311, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 16%, 1%) |
| LAB | lab(58.6 89.6 -39.4) |
| LCH | lch(58.6 97.9 336.3) |
| OKLCH | oklch(0.682 0.287 338.0) |
Copy-ready code
/* CSS */
color: #fd1fd4;
background-color: #fd1fd4;
/* Tailwind (arbitrary) */
class="text-[#fd1fd4] bg-[#fd1fd4]"
/* SCSS */
$brand: #fd1fd4;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.831)
/* Android */
Color.parseColor("#fd1fd4")Accessibility — WCAG contrast
Aa
#fd1fd4 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1fd4 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow16.2%
Key (black)0.8%
Color previews
#fd1fd4 text on a black background
contrast 6.32:1
Card sample
#fd1fd4 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1fd4;
Background color
Panel with #fd1fd4 background
background-color: #fd1fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1fd4; background: linear-gradient(135deg, #fd1fd4, #FD1F40);