#fc44df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 68, 223
HSL
310°, 97%, 63%
CMYK
0, 73, 12, 1
Luminance
0.3016
Every format
| HEX | #fc44df |
| RGB | rgb(252, 68, 223) |
| HSL | hsl(310, 97%, 63%) |
| CMYK | cmyk(0%, 73%, 12%, 1%) |
| LAB | lab(61.8 82.7 -40.7) |
| LCH | lch(61.8 92.1 333.8) |
| OKLCH | oklch(0.706 0.266 335.3) |
Copy-ready code
/* CSS */
color: #fc44df;
background-color: #fc44df;
/* Tailwind (arbitrary) */
class="text-[#fc44df] bg-[#fc44df]"
/* SCSS */
$brand: #fc44df;
/* SwiftUI */
Color(red: 0.988, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#fc44df")Accessibility — WCAG contrast
Aa
#fc44df on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc44df on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green26.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fc44df text on a black background
contrast 7.03:1
Card sample
#fc44df text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc44df;
Background color
Panel with #fc44df background
background-color: #fc44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc44df; background: linear-gradient(135deg, #fc44df, #FC4464);