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