#f44094
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 64, 148
HSL
332°, 89%, 60%
CMYK
0, 74, 39, 4
Luminance
0.2504
Every format
| HEX | #f44094 |
| RGB | rgb(244, 64, 148) |
| HSL | hsl(332, 89%, 60%) |
| CMYK | cmyk(0%, 74%, 39%, 4%) |
| LAB | lab(57.1 73.1 -4.8) |
| LCH | lch(57.1 73.2 356.2) |
| OKLCH | oklch(0.660 0.225 357.0) |
Copy-ready code
/* CSS */
color: #f44094;
background-color: #f44094;
/* Tailwind (arbitrary) */
class="text-[#f44094] bg-[#f44094]"
/* SCSS */
$brand: #f44094;
/* SwiftUI */
Color(red: 0.957, green: 0.251, blue: 0.580)
/* Android */
Color.parseColor("#f44094")Accessibility — WCAG contrast
Aa
#f44094 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44094 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green25.1%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow39.3%
Key (black)4.3%
Color previews
#f44094 text on a black background
contrast 6.01:1
Card sample
#f44094 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44094;
Background color
Panel with #f44094 background
background-color: #f44094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 64, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 64, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44094; background: linear-gradient(135deg, #f44094, #F46440);