#fe8fd0
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 143, 208
HSL
325°, 98%, 78%
CMYK
0, 44, 18, 0
Luminance
0.4527
Every format
| HEX | #fe8fd0 |
| RGB | rgb(254, 143, 208) |
| HSL | hsl(325, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 18%, 0%) |
| LAB | lab(73.1 49.9 -14.9) |
| LCH | lch(73.1 52.1 343.3) |
| OKLCH | oklch(0.788 0.153 345.1) |
Copy-ready code
/* CSS */
color: #fe8fd0;
background-color: #fe8fd0;
/* Tailwind (arbitrary) */
class="text-[#fe8fd0] bg-[#fe8fd0]"
/* SCSS */
$brand: #fe8fd0;
/* SwiftUI */
Color(red: 0.996, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#fe8fd0")Accessibility — WCAG contrast
Aa
#fe8fd0 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8fd0 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow18.1%
Key (black)0.4%
Color previews
#fe8fd0 text on a black background
contrast 10.05:1
Card sample
#fe8fd0 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8fd0;
Background color
Panel with #fe8fd0 background
background-color: #fe8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8fd0; background: linear-gradient(135deg, #fe8fd0, #FE988F);