#f44fe2
a balanced, electric magenta / pink · warm · closest name: violet
RGB
244, 79, 226
HSL
307°, 88%, 63%
CMYK
0, 68, 7, 4
Luminance
0.3032
Every format
| HEX | #f44fe2 |
| RGB | rgb(244, 79, 226) |
| HSL | hsl(307, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 7%, 4%) |
| LAB | lab(61.9 77.8 -42.2) |
| LCH | lch(61.9 88.5 331.5) |
| OKLCH | oklch(0.705 0.252 332.6) |
Copy-ready code
/* CSS */
color: #f44fe2;
background-color: #f44fe2;
/* Tailwind (arbitrary) */
class="text-[#f44fe2] bg-[#f44fe2]"
/* SCSS */
$brand: #f44fe2;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#f44fe2")Accessibility — WCAG contrast
Aa
#f44fe2 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44fe2 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow7.4%
Key (black)4.3%
Color previews
#f44fe2 text on a black background
contrast 7.06:1
Card sample
#f44fe2 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44fe2;
Background color
Panel with #f44fe2 background
background-color: #f44fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44fe2; background: linear-gradient(135deg, #f44fe2, #F44F74);