#fe4bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 75, 171
HSL
328°, 99%, 65%
CMYK
0, 71, 33, 0
Luminance
0.2904
Every format
| HEX | #fe4bab |
| RGB | rgb(254, 75, 171) |
| HSL | hsl(328, 99%, 65%) |
| CMYK | cmyk(0%, 71%, 33%, 0%) |
| LAB | lab(60.8 74.5 -12.5) |
| LCH | lch(60.8 75.5 350.5) |
| OKLCH | oklch(0.693 0.230 351.9) |
Copy-ready code
/* CSS */
color: #fe4bab;
background-color: #fe4bab;
/* Tailwind (arbitrary) */
class="text-[#fe4bab] bg-[#fe4bab]"
/* SCSS */
$brand: #fe4bab;
/* SwiftUI */
Color(red: 0.996, green: 0.294, blue: 0.671)
/* Android */
Color.parseColor("#fe4bab")Accessibility — WCAG contrast
Aa
#fe4bab on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4bab on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow32.7%
Key (black)0.4%
Color previews
#fe4bab text on a black background
contrast 6.81:1
Card sample
#fe4bab text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4bab;
Background color
Panel with #fe4bab background
background-color: #fe4bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 75, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 75, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4bab; background: linear-gradient(135deg, #fe4bab, #FE624B);