#fe44af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 68, 175
HSL
326°, 99%, 63%
CMYK
0, 73, 31, 0
Luminance
0.2830
Every format
| HEX | #fe44af |
| RGB | rgb(254, 68, 175) |
| HSL | hsl(326, 99%, 63%) |
| CMYK | cmyk(0%, 73%, 31%, 0%) |
| LAB | lab(60.2 77.2 -15.8) |
| LCH | lch(60.2 78.8 348.4) |
| OKLCH | oklch(0.688 0.239 350.1) |
Copy-ready code
/* CSS */
color: #fe44af;
background-color: #fe44af;
/* Tailwind (arbitrary) */
class="text-[#fe44af] bg-[#fe44af]"
/* SCSS */
$brand: #fe44af;
/* SwiftUI */
Color(red: 0.996, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#fe44af")Accessibility — WCAG contrast
Aa
#fe44af on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe44af on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green26.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow31.1%
Key (black)0.4%
Color previews
#fe44af text on a black background
contrast 6.66:1
Card sample
#fe44af text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe44af;
Background color
Panel with #fe44af background
background-color: #fe44af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe44af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe44af; background: linear-gradient(135deg, #fe44af, #FE5544);