#fd5afb
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 90, 251
HSL
301°, 98%, 67%
CMYK
0, 64, 1, 1
Luminance
0.3516
Every format
| HEX | #fd5afb |
| RGB | rgb(253, 90, 251) |
| HSL | hsl(301, 98%, 67%) |
| CMYK | cmyk(0%, 64%, 1%, 1%) |
| LAB | lab(65.9 79.7 -49.8) |
| LCH | lch(65.9 94.0 328.0) |
| OKLCH | oklch(0.740 0.262 328.3) |
Copy-ready code
/* CSS */
color: #fd5afb;
background-color: #fd5afb;
/* Tailwind (arbitrary) */
class="text-[#fd5afb] bg-[#fd5afb]"
/* SCSS */
$brand: #fd5afb;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#fd5afb")Accessibility — WCAG contrast
Aa
#fd5afb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5afb on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow0.8%
Key (black)0.8%
Color previews
#fd5afb text on a black background
contrast 8.03:1
Card sample
#fd5afb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5afb;
Background color
Panel with #fd5afb background
background-color: #fd5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5afb; background: linear-gradient(135deg, #fd5afb, #FD5A8F);