#fe84df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 132, 223
HSL
315°, 98%, 76%
CMYK
0, 48, 12, 0
Luminance
0.4290
Every format
| HEX | #fe84df |
| RGB | rgb(254, 132, 223) |
| HSL | hsl(315, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 12%, 0%) |
| LAB | lab(71.5 57.5 -25.6) |
| LCH | lch(71.5 63.0 336.0) |
| OKLCH | oklch(0.778 0.182 337.7) |
Copy-ready code
/* CSS */
color: #fe84df;
background-color: #fe84df;
/* Tailwind (arbitrary) */
class="text-[#fe84df] bg-[#fe84df]"
/* SCSS */
$brand: #fe84df;
/* SwiftUI */
Color(red: 0.996, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#fe84df")Accessibility — WCAG contrast
Aa
#fe84df on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe84df on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fe84df text on a black background
contrast 9.58:1
Card sample
#fe84df text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe84df;
Background color
Panel with #fe84df background
background-color: #fe84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe84df; background: linear-gradient(135deg, #fe84df, #FE848E);