#fe8fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 143, 223
HSL
317°, 98%, 78%
CMYK
0, 44, 12, 0
Luminance
0.4604
Every format
| HEX | #fe8fdf |
| RGB | rgb(254, 143, 223) |
| HSL | hsl(317, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 12%, 0%) |
| LAB | lab(73.6 52.2 -22.4) |
| LCH | lch(73.6 56.8 336.7) |
| OKLCH | oklch(0.793 0.164 338.5) |
Copy-ready code
/* CSS */
color: #fe8fdf;
background-color: #fe8fdf;
/* Tailwind (arbitrary) */
class="text-[#fe8fdf] bg-[#fe8fdf]"
/* SCSS */
$brand: #fe8fdf;
/* SwiftUI */
Color(red: 0.996, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#fe8fdf")Accessibility — WCAG contrast
Aa
#fe8fdf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8fdf on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow12.2%
Key (black)0.4%
Color previews
#fe8fdf text on a black background
contrast 10.21:1
Card sample
#fe8fdf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8fdf;
Background color
Panel with #fe8fdf background
background-color: #fe8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8fdf; background: linear-gradient(135deg, #fe8fdf, #FE8F95);