#fe4abc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 74, 188
HSL
322°, 99%, 64%
CMYK
0, 71, 26, 0
Luminance
0.2960
Every format
| HEX | #fe4abc |
| RGB | rgb(254, 74, 188) |
| HSL | hsl(322, 99%, 64%) |
| CMYK | cmyk(0%, 71%, 26%, 0%) |
| LAB | lab(61.3 76.8 -21.5) |
| LCH | lch(61.3 79.7 344.3) |
| OKLCH | oklch(0.698 0.240 346.2) |
Copy-ready code
/* CSS */
color: #fe4abc;
background-color: #fe4abc;
/* Tailwind (arbitrary) */
class="text-[#fe4abc] bg-[#fe4abc]"
/* SCSS */
$brand: #fe4abc;
/* SwiftUI */
Color(red: 0.996, green: 0.290, blue: 0.737)
/* Android */
Color.parseColor("#fe4abc")Accessibility — WCAG contrast
Aa
#fe4abc on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4abc on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow26.0%
Key (black)0.4%
Color previews
#fe4abc text on a black background
contrast 6.92:1
Card sample
#fe4abc text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4abc;
Background color
Panel with #fe4abc background
background-color: #fe4abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 74, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 74, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4abc; background: linear-gradient(135deg, #fe4abc, #FE504A);