#fe5abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 90, 188
HSL
324°, 99%, 68%
CMYK
0, 65, 26, 0
Luminance
0.3201
Every format
| HEX | #fe5abc |
| RGB | rgb(254, 90, 188) |
| HSL | hsl(324, 99%, 68%) |
| CMYK | cmyk(0%, 65%, 26%, 0%) |
| LAB | lab(63.4 71.0 -18.4) |
| LCH | lch(63.4 73.4 345.5) |
| OKLCH | oklch(0.713 0.221 347.3) |
Copy-ready code
/* CSS */
color: #fe5abc;
background-color: #fe5abc;
/* Tailwind (arbitrary) */
class="text-[#fe5abc] bg-[#fe5abc]"
/* SCSS */
$brand: #fe5abc;
/* SwiftUI */
Color(red: 0.996, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#fe5abc")Accessibility — WCAG contrast
Aa
#fe5abc on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5abc on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green35.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow26.0%
Key (black)0.4%
Color previews
#fe5abc text on a black background
contrast 7.40:1
Card sample
#fe5abc text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5abc;
Background color
Panel with #fe5abc background
background-color: #fe5abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5abc; background: linear-gradient(135deg, #fe5abc, #FE655A);