#f44af3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 74, 243
HSL
300°, 89%, 62%
CMYK
0, 70, 0, 4
Luminance
0.3060
Every format
| HEX | #f44af3 |
| RGB | rgb(244, 74, 243) |
| HSL | hsl(300, 89%, 62%) |
| CMYK | cmyk(0%, 70%, 0%, 4%) |
| LAB | lab(62.2 82.0 -51.3) |
| LCH | lch(62.2 96.8 328.0) |
| OKLCH | oklch(0.709 0.270 328.2) |
Copy-ready code
/* CSS */
color: #f44af3;
background-color: #f44af3;
/* Tailwind (arbitrary) */
class="text-[#f44af3] bg-[#f44af3]"
/* SCSS */
$brand: #f44af3;
/* SwiftUI */
Color(red: 0.957, green: 0.290, blue: 0.953)
/* Android */
Color.parseColor("#f44af3")Accessibility — WCAG contrast
Aa
#f44af3 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44af3 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.0%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow0.4%
Key (black)4.3%
Color previews
#f44af3 text on a black background
contrast 7.12:1
Card sample
#f44af3 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44af3;
Background color
Panel with #f44af3 background
background-color: #f44af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 74, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 74, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44af3; background: linear-gradient(135deg, #f44af3, #F44A82);