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