#fe4fec
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 79, 236
HSL
306°, 99%, 65%
CMYK
0, 69, 7, 0
Luminance
0.3272
Every format
| HEX | #fe4fec |
| RGB | rgb(254, 79, 236) |
| HSL | hsl(306, 99%, 65%) |
| CMYK | cmyk(0%, 69%, 7%, 0%) |
| LAB | lab(63.9 81.5 -44.5) |
| LCH | lch(63.9 92.9 331.3) |
| OKLCH | oklch(0.724 0.264 332.4) |
Copy-ready code
/* CSS */
color: #fe4fec;
background-color: #fe4fec;
/* Tailwind (arbitrary) */
class="text-[#fe4fec] bg-[#fe4fec]"
/* SCSS */
$brand: #fe4fec;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.925)
/* Android */
Color.parseColor("#fe4fec")Accessibility — WCAG contrast
Aa
#fe4fec on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4fec on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow7.1%
Key (black)0.4%
Color previews
#fe4fec text on a black background
contrast 7.54:1
Card sample
#fe4fec text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4fec;
Background color
Panel with #fe4fec background
background-color: #fe4fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 79, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 79, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4fec; background: linear-gradient(135deg, #fe4fec, #FE4F77);