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