#f44cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 76, 251
HSL
298°, 96%, 64%
CMYK
3, 70, 0, 2
Luminance
0.3137
Every format
| HEX | #f44cfb |
| RGB | rgb(244, 76, 251) |
| HSL | hsl(298, 96%, 64%) |
| CMYK | cmyk(3%, 70%, 0%, 2%) |
| LAB | lab(62.8 82.7 -54.7) |
| LCH | lch(62.8 99.1 326.5) |
| OKLCH | oklch(0.715 0.274 326.2) |
Copy-ready code
/* CSS */
color: #f44cfb;
background-color: #f44cfb;
/* Tailwind (arbitrary) */
class="text-[#f44cfb] bg-[#f44cfb]"
/* SCSS */
$brand: #f44cfb;
/* SwiftUI */
Color(red: 0.957, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#f44cfb")Accessibility — WCAG contrast
Aa
#f44cfb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44cfb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.8%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f44cfb text on a black background
contrast 7.27:1
Card sample
#f44cfb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44cfb;
Background color
Panel with #f44cfb background
background-color: #f44cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44cfb; background: linear-gradient(135deg, #f44cfb, #FB4C8D);