#fd1fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 239
HSL
304°, 98%, 56%
CMYK
0, 88, 6, 1
Luminance
0.2809
Every format
| HEX | #fd1fef |
| RGB | rgb(253, 31, 239) |
| HSL | hsl(304, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 6%, 1%) |
| LAB | lab(60.0 93.1 -52.5) |
| LCH | lch(60.0 106.9 330.6) |
| OKLCH | oklch(0.696 0.303 331.4) |
Copy-ready code
/* CSS */
color: #fd1fef;
background-color: #fd1fef;
/* Tailwind (arbitrary) */
class="text-[#fd1fef] bg-[#fd1fef]"
/* SCSS */
$brand: #fd1fef;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#fd1fef")Accessibility — WCAG contrast
Aa
#fd1fef on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1fef on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow5.5%
Key (black)0.8%
Color previews
#fd1fef text on a black background
contrast 6.62:1
Card sample
#fd1fef text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1fef;
Background color
Panel with #fd1fef background
background-color: #fd1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1fef; background: linear-gradient(135deg, #fd1fef, #FD1F5B);