#fc44fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 68, 253
HSL
300°, 98%, 63%
CMYK
0, 73, 0, 1
Luminance
0.3192
Every format
| HEX | #fc44fd |
| RGB | rgb(252, 68, 253) |
| HSL | hsl(300, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 0%, 1%) |
| LAB | lab(63.3 87.0 -55.0) |
| LCH | lch(63.3 103.0 327.7) |
| OKLCH | oklch(0.721 0.286 327.8) |
Copy-ready code
/* CSS */
color: #fc44fd;
background-color: #fc44fd;
/* Tailwind (arbitrary) */
class="text-[#fc44fd] bg-[#fc44fd]"
/* SCSS */
$brand: #fc44fd;
/* SwiftUI */
Color(red: 0.988, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#fc44fd")Accessibility — WCAG contrast
Aa
#fc44fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc44fd on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green26.7%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fc44fd text on a black background
contrast 7.38:1
Card sample
#fc44fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc44fd;
Background color
Panel with #fc44fd background
background-color: #fc44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc44fd; background: linear-gradient(135deg, #fc44fd, #FD4482);