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