#fe4fac
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 79, 172
HSL
328°, 99%, 65%
CMYK
0, 69, 32, 0
Luminance
0.2964
Every format
| HEX | #fe4fac |
| RGB | rgb(254, 79, 172) |
| HSL | hsl(328, 99%, 65%) |
| CMYK | cmyk(0%, 69%, 32%, 0%) |
| LAB | lab(61.4 73.2 -12.3) |
| LCH | lch(61.4 74.2 350.5) |
| OKLCH | oklch(0.697 0.226 351.9) |
Copy-ready code
/* CSS */
color: #fe4fac;
background-color: #fe4fac;
/* Tailwind (arbitrary) */
class="text-[#fe4fac] bg-[#fe4fac]"
/* SCSS */
$brand: #fe4fac;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.675)
/* Android */
Color.parseColor("#fe4fac")Accessibility — WCAG contrast
Aa
#fe4fac on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4fac on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow32.3%
Key (black)0.4%
Color previews
#fe4fac text on a black background
contrast 6.93:1
Card sample
#fe4fac text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4fac;
Background color
Panel with #fe4fac background
background-color: #fe4fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 79, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 79, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4fac; background: linear-gradient(135deg, #fe4fac, #FE674F);