#fe2eac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 46, 172
HSL
324°, 99%, 59%
CMYK
0, 82, 32, 0
Luminance
0.2600
Every format
| HEX | #fe2eac |
| RGB | rgb(254, 46, 172) |
| HSL | hsl(324, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 32%, 0%) |
| LAB | lab(58.0 82.6 -17.3) |
| LCH | lch(58.0 84.4 348.2) |
| OKLCH | oklch(0.672 0.257 349.9) |
Copy-ready code
/* CSS */
color: #fe2eac;
background-color: #fe2eac;
/* Tailwind (arbitrary) */
class="text-[#fe2eac] bg-[#fe2eac]"
/* SCSS */
$brand: #fe2eac;
/* SwiftUI */
Color(red: 0.996, green: 0.180, blue: 0.675)
/* Android */
Color.parseColor("#fe2eac")Accessibility — WCAG contrast
Aa
#fe2eac on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2eac on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow32.3%
Key (black)0.4%
Color previews
#fe2eac text on a black background
contrast 6.20:1
Card sample
#fe2eac text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2eac;
Background color
Panel with #fe2eac background
background-color: #fe2eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 46, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 46, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2eac; background: linear-gradient(135deg, #fe2eac, #FE3B2E);