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