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