#fe8fd8
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 143, 216
HSL
321°, 98%, 78%
CMYK
0, 44, 15, 0
Luminance
0.4567
Every format
| HEX | #fe8fd8 |
| RGB | rgb(254, 143, 216) |
| HSL | hsl(321, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 15%, 0%) |
| LAB | lab(73.3 51.1 -18.9) |
| LCH | lch(73.3 54.5 339.6) |
| OKLCH | oklch(0.791 0.159 341.5) |
Copy-ready code
/* CSS */
color: #fe8fd8;
background-color: #fe8fd8;
/* Tailwind (arbitrary) */
class="text-[#fe8fd8] bg-[#fe8fd8]"
/* SCSS */
$brand: #fe8fd8;
/* SwiftUI */
Color(red: 0.996, green: 0.561, blue: 0.847)
/* Android */
Color.parseColor("#fe8fd8")Accessibility — WCAG contrast
Aa
#fe8fd8 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8fd8 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.1%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow15.0%
Key (black)0.4%
Color previews
#fe8fd8 text on a black background
contrast 10.13:1
Card sample
#fe8fd8 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8fd8;
Background color
Panel with #fe8fd8 background
background-color: #fe8fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 143, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 143, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8fd8; background: linear-gradient(135deg, #fe8fd8, #FE908F);