#fe9acf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 154, 207
HSL
328°, 98%, 80%
CMYK
0, 39, 19, 0
Luminance
0.4869
Every format
| HEX | #fe9acf |
| RGB | rgb(254, 154, 207) |
| HSL | hsl(328, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 19%, 0%) |
| LAB | lab(75.3 44.2 -11.1) |
| LCH | lch(75.3 45.6 345.9) |
| OKLCH | oklch(0.804 0.135 347.5) |
Copy-ready code
/* CSS */
color: #fe9acf;
background-color: #fe9acf;
/* Tailwind (arbitrary) */
class="text-[#fe9acf] bg-[#fe9acf]"
/* SCSS */
$brand: #fe9acf;
/* SwiftUI */
Color(red: 0.996, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#fe9acf")Accessibility — WCAG contrast
Aa
#fe9acf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9acf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow18.5%
Key (black)0.4%
Color previews
#fe9acf text on a black background
contrast 10.74:1
Card sample
#fe9acf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9acf;
Background color
Panel with #fe9acf background
background-color: #fe9acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9acf; background: linear-gradient(135deg, #fe9acf, #FEA89A);