#f45afd
a light, electric magenta / pink · warm · closest name: magenta
RGB
244, 90, 253
HSL
297°, 98%, 67%
CMYK
4, 64, 0, 1
Luminance
0.3364
Every format
| HEX | #f45afd |
| RGB | rgb(244, 90, 253) |
| HSL | hsl(297, 98%, 67%) |
| CMYK | cmyk(4%, 64%, 0%, 1%) |
| LAB | lab(64.7 78.0 -52.9) |
| LCH | lch(64.7 94.3 325.9) |
| OKLCH | oklch(0.729 0.259 325.5) |
Copy-ready code
/* CSS */
color: #f45afd;
background-color: #f45afd;
/* Tailwind (arbitrary) */
class="text-[#f45afd] bg-[#f45afd]"
/* SCSS */
$brand: #f45afd;
/* SwiftUI */
Color(red: 0.957, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#f45afd")Accessibility — WCAG contrast
Aa
#f45afd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45afd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green35.3%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f45afd text on a black background
contrast 7.73:1
Card sample
#f45afd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45afd;
Background color
Panel with #f45afd background
background-color: #f45afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45afd; background: linear-gradient(135deg, #f45afd, #FD5A99);