#fe0fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 15, 236
HSL
305°, 99%, 53%
CMYK
0, 94, 7, 0
Luminance
0.2747
Every format
| HEX | #fe0fec |
| RGB | rgb(254, 15, 236) |
| HSL | hsl(305, 99%, 53%) |
| CMYK | cmyk(0%, 94%, 7%, 0%) |
| LAB | lab(59.4 94.6 -51.7) |
| LCH | lch(59.4 107.8 331.3) |
| OKLCH | oklch(0.692 0.307 332.4) |
Copy-ready code
/* CSS */
color: #fe0fec;
background-color: #fe0fec;
/* Tailwind (arbitrary) */
class="text-[#fe0fec] bg-[#fe0fec]"
/* SCSS */
$brand: #fe0fec;
/* SwiftUI */
Color(red: 0.996, green: 0.059, blue: 0.925)
/* Android */
Color.parseColor("#fe0fec")Accessibility — WCAG contrast
Aa
#fe0fec on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe0fec on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green5.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow7.1%
Key (black)0.4%
Color previews
#fe0fec text on a black background
contrast 6.49:1
Card sample
#fe0fec text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe0fec;
Background color
Panel with #fe0fec background
background-color: #fe0fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe0fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 15, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 15, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe0fec; background: linear-gradient(135deg, #fe0fec, #FE0F4D);