#fd45fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 69, 253
HSL
300°, 98%, 63%
CMYK
0, 73, 0, 1
Luminance
0.3223
Every format
| HEX | #fd45fd |
| RGB | rgb(253, 69, 253) |
| HSL | hsl(300, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 0%, 1%) |
| LAB | lab(63.5 87.0 -54.6) |
| LCH | lch(63.5 102.7 327.9) |
| OKLCH | oklch(0.723 0.286 328.0) |
Copy-ready code
/* CSS */
color: #fd45fd;
background-color: #fd45fd;
/* Tailwind (arbitrary) */
class="text-[#fd45fd] bg-[#fd45fd]"
/* SCSS */
$brand: #fd45fd;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#fd45fd")Accessibility — WCAG contrast
Aa
#fd45fd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd45fd on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fd45fd text on a black background
contrast 7.45:1
Card sample
#fd45fd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45fd;
Background color
Panel with #fd45fd background
background-color: #fd45fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45fd; background: linear-gradient(135deg, #fd45fd, #FD4582);