#fe48af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 72, 175
HSL
326°, 99%, 64%
CMYK
0, 72, 31, 0
Luminance
0.2880
Every format
| HEX | #fe48af |
| RGB | rgb(254, 72, 175) |
| HSL | hsl(326, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 31%, 0%) |
| LAB | lab(60.6 75.9 -15.1) |
| LCH | lch(60.6 77.4 348.7) |
| OKLCH | oklch(0.692 0.235 350.4) |
Copy-ready code
/* CSS */
color: #fe48af;
background-color: #fe48af;
/* Tailwind (arbitrary) */
class="text-[#fe48af] bg-[#fe48af]"
/* SCSS */
$brand: #fe48af;
/* SwiftUI */
Color(red: 0.996, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#fe48af")Accessibility — WCAG contrast
Aa
#fe48af on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe48af on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green28.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow31.1%
Key (black)0.4%
Color previews
#fe48af text on a black background
contrast 6.76:1
Card sample
#fe48af text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe48af;
Background color
Panel with #fe48af background
background-color: #fe48af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe48af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe48af; background: linear-gradient(135deg, #fe48af, #FE5A48);