#f44f97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 79, 151
HSL
334°, 88%, 63%
CMYK
0, 68, 38, 4
Luminance
0.2706
Every format
| HEX | #f44f97 |
| RGB | rgb(244, 79, 151) |
| HSL | hsl(334, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 38%, 4%) |
| LAB | lab(59.0 68.3 -3.7) |
| LCH | lch(59.0 68.4 356.9) |
| OKLCH | oklch(0.674 0.209 357.6) |
Copy-ready code
/* CSS */
color: #f44f97;
background-color: #f44f97;
/* Tailwind (arbitrary) */
class="text-[#f44f97] bg-[#f44f97]"
/* SCSS */
$brand: #f44f97;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.592)
/* Android */
Color.parseColor("#f44f97")Accessibility — WCAG contrast
Aa
#f44f97 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44f97 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow38.1%
Key (black)4.3%
Color previews
#f44f97 text on a black background
contrast 6.41:1
Card sample
#f44f97 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44f97;
Background color
Panel with #f44f97 background
background-color: #f44f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44f97; background: linear-gradient(135deg, #f44f97, #F4754F);