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