#f44ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 79, 252
HSL
297°, 97%, 65%
CMYK
3, 69, 0, 1
Luminance
0.3185
Every format
| HEX | #f44ffc |
| RGB | rgb(244, 79, 252) |
| HSL | hsl(297, 97%, 65%) |
| CMYK | cmyk(3%, 69%, 0%, 1%) |
| LAB | lab(63.2 81.8 -54.6) |
| LCH | lch(63.2 98.4 326.3) |
| OKLCH | oklch(0.718 0.271 326.0) |
Copy-ready code
/* CSS */
color: #f44ffc;
background-color: #f44ffc;
/* Tailwind (arbitrary) */
class="text-[#f44ffc] bg-[#f44ffc]"
/* SCSS */
$brand: #f44ffc;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#f44ffc")Accessibility — WCAG contrast
Aa
#f44ffc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44ffc on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f44ffc text on a black background
contrast 7.37:1
Card sample
#f44ffc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44ffc;
Background color
Panel with #f44ffc background
background-color: #f44ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44ffc; background: linear-gradient(135deg, #f44ffc, #FC4F91);