#fd45f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 69, 244
HSL
303°, 98%, 63%
CMYK
0, 73, 4, 1
Luminance
0.3167
Every format
| HEX | #fd45f4 |
| RGB | rgb(253, 69, 244) |
| HSL | hsl(303, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 4%, 1%) |
| LAB | lab(63.1 85.6 -50.4) |
| LCH | lch(63.1 99.3 329.5) |
| OKLCH | oklch(0.719 0.280 330.2) |
Copy-ready code
/* CSS */
color: #fd45f4;
background-color: #fd45f4;
/* Tailwind (arbitrary) */
class="text-[#fd45f4] bg-[#fd45f4]"
/* SCSS */
$brand: #fd45f4;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.957)
/* Android */
Color.parseColor("#fd45f4")Accessibility — WCAG contrast
Aa
#fd45f4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd45f4 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow3.6%
Key (black)0.8%
Color previews
#fd45f4 text on a black background
contrast 7.33:1
Card sample
#fd45f4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45f4;
Background color
Panel with #fd45f4 background
background-color: #fd45f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45f4; background: linear-gradient(135deg, #fd45f4, #FD4579);