#fd1ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 252
HSL
300°, 98%, 56%
CMYK
0, 88, 0, 1
Luminance
0.2889
Every format
| HEX | #fd1ffc |
| RGB | rgb(253, 31, 252) |
| HSL | hsl(300, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 0%, 1%) |
| LAB | lab(60.7 94.9 -58.6) |
| LCH | lch(60.7 111.5 328.3) |
| OKLCH | oklch(0.703 0.312 328.5) |
Copy-ready code
/* CSS */
color: #fd1ffc;
background-color: #fd1ffc;
/* Tailwind (arbitrary) */
class="text-[#fd1ffc] bg-[#fd1ffc]"
/* SCSS */
$brand: #fd1ffc;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.988)
/* Android */
Color.parseColor("#fd1ffc")Accessibility — WCAG contrast
Aa
#fd1ffc on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1ffc on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow0.4%
Key (black)0.8%
Color previews
#fd1ffc text on a black background
contrast 6.78:1
Card sample
#fd1ffc text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1ffc;
Background color
Panel with #fd1ffc background
background-color: #fd1ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1ffc; background: linear-gradient(135deg, #fd1ffc, #FD1F68);