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