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