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