#fd1fff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 255
HSL
300°, 100%, 56%
CMYK
1, 88, 0, 0
Luminance
0.2908
Every format
| HEX | #fd1fff |
| RGB | rgb(253, 31, 255) |
| HSL | hsl(300, 100%, 56%) |
| CMYK | cmyk(1%, 88%, 0%, 0%) |
| LAB | lab(60.9 95.3 -60.0) |
| LCH | lch(60.9 112.7 327.8) |
| OKLCH | oklch(0.705 0.314 327.8) |
Copy-ready code
/* CSS */
color: #fd1fff;
background-color: #fd1fff;
/* Tailwind (arbitrary) */
class="text-[#fd1fff] bg-[#fd1fff]"
/* SCSS */
$brand: #fd1fff;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#fd1fff")Accessibility — WCAG contrast
Aa
#fd1fff on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1fff on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fd1fff text on a black background
contrast 6.82:1
Card sample
#fd1fff text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1fff;
Background color
Panel with #fd1fff background
background-color: #fd1fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1fff; background: linear-gradient(135deg, #fd1fff, #FF1F6C);