#fe71ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 113, 206
HSL
320°, 99%, 72%
CMYK
0, 56, 19, 0
Luminance
0.3734
Every format
| HEX | #fe71ce |
| RGB | rgb(254, 113, 206) |
| HSL | hsl(320, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 19%, 0%) |
| LAB | lab(67.5 63.9 -22.2) |
| LCH | lch(67.5 67.6 340.8) |
| OKLCH | oklch(0.746 0.199 342.7) |
Copy-ready code
/* CSS */
color: #fe71ce;
background-color: #fe71ce;
/* Tailwind (arbitrary) */
class="text-[#fe71ce] bg-[#fe71ce]"
/* SCSS */
$brand: #fe71ce;
/* SwiftUI */
Color(red: 0.996, green: 0.443, blue: 0.808)
/* Android */
Color.parseColor("#fe71ce")Accessibility — WCAG contrast
Aa
#fe71ce on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe71ce on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green44.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow18.9%
Key (black)0.4%
Color previews
#fe71ce text on a black background
contrast 8.47:1
Card sample
#fe71ce text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe71ce;
Background color
Panel with #fe71ce background
background-color: #fe71ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe71ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 113, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 113, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe71ce; background: linear-gradient(135deg, #fe71ce, #FE7271);