#fe3abc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 58, 188
HSL
320°, 99%, 61%
CMYK
0, 77, 26, 0
Luminance
0.2773
Every format
| HEX | #fe3abc |
| RGB | rgb(254, 58, 188) |
| HSL | hsl(320, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 26%, 0%) |
| LAB | lab(59.6 81.5 -24.1) |
| LCH | lch(59.6 85.0 343.5) |
| OKLCH | oklch(0.686 0.256 345.5) |
Copy-ready code
/* CSS */
color: #fe3abc;
background-color: #fe3abc;
/* Tailwind (arbitrary) */
class="text-[#fe3abc] bg-[#fe3abc]"
/* SCSS */
$brand: #fe3abc;
/* SwiftUI */
Color(red: 0.996, green: 0.227, blue: 0.737)
/* Android */
Color.parseColor("#fe3abc")Accessibility — WCAG contrast
Aa
#fe3abc on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3abc on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow26.0%
Key (black)0.4%
Color previews
#fe3abc text on a black background
contrast 6.55:1
Card sample
#fe3abc text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3abc;
Background color
Panel with #fe3abc background
background-color: #fe3abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 58, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 58, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3abc; background: linear-gradient(135deg, #fe3abc, #FE3B3A);