#fe71fc
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 113, 252
HSL
301°, 99%, 72%
CMYK
0, 56, 1, 0
Luminance
0.3991
Every format
| HEX | #fe71fc |
| RGB | rgb(254, 113, 252) |
| HSL | hsl(301, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 1%, 0%) |
| LAB | lab(69.4 70.9 -44.8) |
| LCH | lch(69.4 83.9 327.7) |
| OKLCH | oklch(0.766 0.233 328.1) |
Copy-ready code
/* CSS */
color: #fe71fc;
background-color: #fe71fc;
/* Tailwind (arbitrary) */
class="text-[#fe71fc] bg-[#fe71fc]"
/* SCSS */
$brand: #fe71fc;
/* SwiftUI */
Color(red: 0.996, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#fe71fc")Accessibility — WCAG contrast
Aa
#fe71fc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe71fc on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green44.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow0.8%
Key (black)0.4%
Color previews
#fe71fc text on a black background
contrast 8.98:1
Card sample
#fe71fc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe71fc;
Background color
Panel with #fe71fc background
background-color: #fe71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe71fc; background: linear-gradient(135deg, #fe71fc, #FE719E);