#fd1afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 26, 253
HSL
300°, 98%, 55%
CMYK
0, 90, 0, 1
Luminance
0.2871
Every format
| HEX | #fd1afd |
| RGB | rgb(253, 26, 253) |
| HSL | hsl(300, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 0%, 1%) |
| LAB | lab(60.5 95.7 -59.4) |
| LCH | lch(60.5 112.6 328.2) |
| OKLCH | oklch(0.702 0.314 328.3) |
Copy-ready code
/* CSS */
color: #fd1afd;
background-color: #fd1afd;
/* Tailwind (arbitrary) */
class="text-[#fd1afd] bg-[#fd1afd]"
/* SCSS */
$brand: #fd1afd;
/* SwiftUI */
Color(red: 0.992, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#fd1afd")Accessibility — WCAG contrast
Aa
#fd1afd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1afd on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green10.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fd1afd text on a black background
contrast 6.74:1
Card sample
#fd1afd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1afd;
Background color
Panel with #fd1afd background
background-color: #fd1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1afd; background: linear-gradient(135deg, #fd1afd, #FD1A66);