#fd4afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 74, 251
HSL
301°, 98%, 64%
CMYK
0, 71, 1, 1
Luminance
0.3275
Every format
| HEX | #fd4afb |
| RGB | rgb(253, 74, 251) |
| HSL | hsl(301, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 1%, 1%) |
| LAB | lab(64.0 85.2 -52.8) |
| LCH | lch(64.0 100.2 328.2) |
| OKLCH | oklch(0.726 0.280 328.5) |
Copy-ready code
/* CSS */
color: #fd4afb;
background-color: #fd4afb;
/* Tailwind (arbitrary) */
class="text-[#fd4afb] bg-[#fd4afb]"
/* SCSS */
$brand: #fd4afb;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#fd4afb")Accessibility — WCAG contrast
Aa
#fd4afb on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4afb on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow0.8%
Key (black)0.8%
Color previews
#fd4afb text on a black background
contrast 7.55:1
Card sample
#fd4afb text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4afb;
Background color
Panel with #fd4afb background
background-color: #fd4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4afb; background: linear-gradient(135deg, #fd4afb, #FD4A84);