#f044fb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 68, 251
HSL
296°, 96%, 63%
CMYK
4, 73, 0, 2
Luminance
0.2962
Every format
| HEX | #f044fb |
| RGB | rgb(240, 68, 251) |
| HSL | hsl(296, 96%, 63%) |
| CMYK | cmyk(4%, 73%, 0%, 2%) |
| LAB | lab(61.3 84.4 -57.1) |
| LCH | lch(61.3 101.9 325.9) |
| OKLCH | oklch(0.704 0.280 325.4) |
Copy-ready code
/* CSS */
color: #f044fb;
background-color: #f044fb;
/* Tailwind (arbitrary) */
class="text-[#f044fb] bg-[#f044fb]"
/* SCSS */
$brand: #f044fb;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.984)
/* Android */
Color.parseColor("#f044fb")Accessibility — WCAG contrast
Aa
#f044fb on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044fb on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue98.4%
CMYK percentages
Cyan4.4%
Magenta72.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f044fb text on a black background
contrast 6.92:1
Card sample
#f044fb text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044fb;
Background color
Panel with #f044fb background
background-color: #f044fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044fb; background: linear-gradient(135deg, #f044fb, #FB448C);