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