#fd1ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 30, 241
HSL
303°, 98%, 56%
CMYK
0, 88, 5, 1
Luminance
0.2816
Every format
| HEX | #fd1ef1 |
| RGB | rgb(253, 30, 241) |
| HSL | hsl(303, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 5%, 1%) |
| LAB | lab(60.0 93.5 -53.5) |
| LCH | lch(60.0 107.8 330.2) |
| OKLCH | oklch(0.697 0.305 331.0) |
Copy-ready code
/* CSS */
color: #fd1ef1;
background-color: #fd1ef1;
/* Tailwind (arbitrary) */
class="text-[#fd1ef1] bg-[#fd1ef1]"
/* SCSS */
$brand: #fd1ef1;
/* SwiftUI */
Color(red: 0.992, green: 0.118, blue: 0.945)
/* Android */
Color.parseColor("#fd1ef1")Accessibility — WCAG contrast
Aa
#fd1ef1 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1ef1 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green11.8%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow4.7%
Key (black)0.8%
Color previews
#fd1ef1 text on a black background
contrast 6.63:1
Card sample
#fd1ef1 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1ef1;
Background color
Panel with #fd1ef1 background
background-color: #fd1ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 30, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 30, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1ef1; background: linear-gradient(135deg, #fd1ef1, #FD1E5C);