#fd1fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 228
HSL
307°, 98%, 56%
CMYK
0, 88, 10, 1
Luminance
0.2746
Every format
| HEX | #fd1fe4 |
| RGB | rgb(253, 31, 228) |
| HSL | hsl(307, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 10%, 1%) |
| LAB | lab(59.4 91.6 -47.2) |
| LCH | lch(59.4 103.1 332.7) |
| OKLCH | oklch(0.690 0.296 334.0) |
Copy-ready code
/* CSS */
color: #fd1fe4;
background-color: #fd1fe4;
/* Tailwind (arbitrary) */
class="text-[#fd1fe4] bg-[#fd1fe4]"
/* SCSS */
$brand: #fd1fe4;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.894)
/* Android */
Color.parseColor("#fd1fe4")Accessibility — WCAG contrast
Aa
#fd1fe4 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1fe4 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow9.9%
Key (black)0.8%
Color previews
#fd1fe4 text on a black background
contrast 6.49:1
Card sample
#fd1fe4 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1fe4;
Background color
Panel with #fd1fe4 background
background-color: #fd1fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1fe4; background: linear-gradient(135deg, #fd1fe4, #FD1F50);