#fe71ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 113, 186
HSL
329°, 99%, 72%
CMYK
0, 56, 27, 0
Luminance
0.3643
Every format
| HEX | #fe71ba |
| RGB | rgb(254, 113, 186) |
| HSL | hsl(329, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 27%, 0%) |
| LAB | lab(66.8 61.2 -12.0) |
| LCH | lch(66.8 62.3 348.9) |
| OKLCH | oklch(0.739 0.188 350.4) |
Copy-ready code
/* CSS */
color: #fe71ba;
background-color: #fe71ba;
/* Tailwind (arbitrary) */
class="text-[#fe71ba] bg-[#fe71ba]"
/* SCSS */
$brand: #fe71ba;
/* SwiftUI */
Color(red: 0.996, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#fe71ba")Accessibility — WCAG contrast
Aa
#fe71ba on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe71ba on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green44.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow26.8%
Key (black)0.4%
Color previews
#fe71ba text on a black background
contrast 8.29:1
Card sample
#fe71ba text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe71ba;
Background color
Panel with #fe71ba background
background-color: #fe71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe71ba; background: linear-gradient(135deg, #fe71ba, #FE8671);