#fe8acf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 138, 207
HSL
324°, 98%, 77%
CMYK
0, 46, 19, 0
Luminance
0.4375
Every format
| HEX | #fe8acf |
| RGB | rgb(254, 138, 207) |
| HSL | hsl(324, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 0%) |
| LAB | lab(72.1 52.2 -15.9) |
| LCH | lch(72.1 54.6 343.1) |
| OKLCH | oklch(0.780 0.161 344.9) |
Copy-ready code
/* CSS */
color: #fe8acf;
background-color: #fe8acf;
/* Tailwind (arbitrary) */
class="text-[#fe8acf] bg-[#fe8acf]"
/* SCSS */
$brand: #fe8acf;
/* SwiftUI */
Color(red: 0.996, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#fe8acf")Accessibility — WCAG contrast
Aa
#fe8acf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8acf on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow18.5%
Key (black)0.4%
Color previews
#fe8acf text on a black background
contrast 9.75:1
Card sample
#fe8acf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8acf;
Background color
Panel with #fe8acf background
background-color: #fe8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8acf; background: linear-gradient(135deg, #fe8acf, #FE928A);