#fe9ac4
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 154, 196
HSL
335°, 98%, 80%
CMYK
0, 39, 23, 0
Luminance
0.4817
Every format
| HEX | #fe9ac4 |
| RGB | rgb(254, 154, 196) |
| HSL | hsl(335, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 23%, 0%) |
| LAB | lab(74.9 42.6 -5.5) |
| LCH | lch(74.9 43.0 352.6) |
| OKLCH | oklch(0.801 0.129 353.7) |
Copy-ready code
/* CSS */
color: #fe9ac4;
background-color: #fe9ac4;
/* Tailwind (arbitrary) */
class="text-[#fe9ac4] bg-[#fe9ac4]"
/* SCSS */
$brand: #fe9ac4;
/* SwiftUI */
Color(red: 0.996, green: 0.604, blue: 0.769)
/* Android */
Color.parseColor("#fe9ac4")Accessibility — WCAG contrast
Aa
#fe9ac4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9ac4 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.4%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow22.8%
Key (black)0.4%
Color previews
#fe9ac4 text on a black background
contrast 10.63:1
Card sample
#fe9ac4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9ac4;
Background color
Panel with #fe9ac4 background
background-color: #fe9ac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9ac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 154, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 154, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9ac4; background: linear-gradient(135deg, #fe9ac4, #FEB39A);