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