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