#fe91af
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 145, 175
HSL
344°, 98%, 78%
CMYK
0, 43, 31, 0
Luminance
0.4442
Every format
| HEX | #fe91af |
| RGB | rgb(254, 145, 175) |
| HSL | hsl(344, 98%, 78%) |
| CMYK | cmyk(0%, 43%, 31%, 0%) |
| LAB | lab(72.5 44.4 2.5) |
| LCH | lch(72.5 44.5 3.2) |
| OKLCH | oklch(0.780 0.135 3.0) |
Copy-ready code
/* CSS */
color: #fe91af;
background-color: #fe91af;
/* Tailwind (arbitrary) */
class="text-[#fe91af] bg-[#fe91af]"
/* SCSS */
$brand: #fe91af;
/* SwiftUI */
Color(red: 0.996, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#fe91af")Accessibility — WCAG contrast
Aa
#fe91af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe91af on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow31.1%
Key (black)0.4%
Color previews
#fe91af text on a black background
contrast 9.88:1
Card sample
#fe91af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe91af;
Background color
Panel with #fe91af background
background-color: #fe91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe91af; background: linear-gradient(135deg, #fe91af, #FEBC91);