#fe2dab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 45, 171
HSL
324°, 99%, 59%
CMYK
0, 82, 33, 0
Luminance
0.2589
Every format
| HEX | #fe2dab |
| RGB | rgb(254, 45, 171) |
| HSL | hsl(324, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 33%, 0%) |
| LAB | lab(57.9 82.7 -16.9) |
| LCH | lch(57.9 84.4 348.5) |
| OKLCH | oklch(0.672 0.258 350.2) |
Copy-ready code
/* CSS */
color: #fe2dab;
background-color: #fe2dab;
/* Tailwind (arbitrary) */
class="text-[#fe2dab] bg-[#fe2dab]"
/* SCSS */
$brand: #fe2dab;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.671)
/* Android */
Color.parseColor("#fe2dab")Accessibility — WCAG contrast
Aa
#fe2dab on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2dab on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow32.7%
Key (black)0.4%
Color previews
#fe2dab text on a black background
contrast 6.18:1
Card sample
#fe2dab text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2dab;
Background color
Panel with #fe2dab background
background-color: #fe2dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2dab; background: linear-gradient(135deg, #fe2dab, #FE3A2D);