#f441af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 65, 175
HSL
323°, 89%, 61%
CMYK
0, 73, 28, 4
Luminance
0.2611
Every format
| HEX | #f441af |
| RGB | rgb(244, 65, 175) |
| HSL | hsl(323, 89%, 61%) |
| CMYK | cmyk(0%, 73%, 28%, 4%) |
| LAB | lab(58.1 75.6 -19.0) |
| LCH | lch(58.1 78.0 345.9) |
| OKLCH | oklch(0.670 0.236 347.7) |
Copy-ready code
/* CSS */
color: #f441af;
background-color: #f441af;
/* Tailwind (arbitrary) */
class="text-[#f441af] bg-[#f441af]"
/* SCSS */
$brand: #f441af;
/* SwiftUI */
Color(red: 0.957, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#f441af")Accessibility — WCAG contrast
Aa
#f441af on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f441af on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green25.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow28.3%
Key (black)4.3%
Color previews
#f441af text on a black background
contrast 6.22:1
Card sample
#f441af text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f441af;
Background color
Panel with #f441af background
background-color: #f441af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f441af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f441af; background: linear-gradient(135deg, #f441af, #F44A41);