#fe44ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 68, 186
HSL
322°, 99%, 63%
CMYK
0, 73, 27, 0
Luminance
0.2875
Every format
| HEX | #fe44ba |
| RGB | rgb(254, 68, 186) |
| HSL | hsl(322, 99%, 63%) |
| CMYK | cmyk(0%, 73%, 27%, 0%) |
| LAB | lab(60.6 78.4 -21.5) |
| LCH | lch(60.6 81.3 344.6) |
| OKLCH | oklch(0.693 0.245 346.5) |
Copy-ready code
/* CSS */
color: #fe44ba;
background-color: #fe44ba;
/* Tailwind (arbitrary) */
class="text-[#fe44ba] bg-[#fe44ba]"
/* SCSS */
$brand: #fe44ba;
/* SwiftUI */
Color(red: 0.996, green: 0.267, blue: 0.729)
/* Android */
Color.parseColor("#fe44ba")Accessibility — WCAG contrast
Aa
#fe44ba on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe44ba on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green26.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow26.8%
Key (black)0.4%
Color previews
#fe44ba text on a black background
contrast 6.75:1
Card sample
#fe44ba text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe44ba;
Background color
Panel with #fe44ba background
background-color: #fe44ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe44ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 68, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 68, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe44ba; background: linear-gradient(135deg, #fe44ba, #FE4A44);