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