#fe44df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 68, 223
HSL
310°, 99%, 63%
CMYK
0, 73, 12, 0
Luminance
0.3053
Every format
| HEX | #fe44df |
| RGB | rgb(254, 68, 223) |
| HSL | hsl(310, 99%, 63%) |
| CMYK | cmyk(0%, 73%, 12%, 0%) |
| LAB | lab(62.1 83.1 -40.1) |
| LCH | lch(62.1 92.3 334.2) |
| OKLCH | oklch(0.709 0.267 335.8) |
Copy-ready code
/* CSS */
color: #fe44df;
background-color: #fe44df;
/* Tailwind (arbitrary) */
class="text-[#fe44df] bg-[#fe44df]"
/* SCSS */
$brand: #fe44df;
/* SwiftUI */
Color(red: 0.996, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#fe44df")Accessibility — WCAG contrast
Aa
#fe44df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe44df on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green26.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe44df text on a black background
contrast 7.11:1
Card sample
#fe44df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe44df;
Background color
Panel with #fe44df background
background-color: #fe44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe44df; background: linear-gradient(135deg, #fe44df, #FE4463);