#fe8fec
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 143, 236
HSL
310°, 98%, 78%
CMYK
0, 44, 7, 0
Luminance
0.4677
Every format
| HEX | #fe8fec |
| RGB | rgb(254, 143, 236) |
| HSL | hsl(310, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 7%, 0%) |
| LAB | lab(74.0 54.3 -28.8) |
| LCH | lch(74.0 61.5 332.0) |
| OKLCH | oklch(0.798 0.174 333.3) |
Copy-ready code
/* CSS */
color: #fe8fec;
background-color: #fe8fec;
/* Tailwind (arbitrary) */
class="text-[#fe8fec] bg-[#fe8fec]"
/* SCSS */
$brand: #fe8fec;
/* SwiftUI */
Color(red: 0.996, green: 0.561, blue: 0.925)
/* Android */
Color.parseColor("#fe8fec")Accessibility — WCAG contrast
Aa
#fe8fec on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8fec on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow7.1%
Key (black)0.4%
Color previews
#fe8fec text on a black background
contrast 10.35:1
Card sample
#fe8fec text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8fec;
Background color
Panel with #fe8fec background
background-color: #fe8fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 143, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 143, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8fec; background: linear-gradient(135deg, #fe8fec, #FE8FA2);