#fe98df
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 152, 223
HSL
318°, 98%, 80%
CMYK
0, 40, 12, 0
Luminance
0.4886
Every format
| HEX | #fe98df |
| RGB | rgb(254, 152, 223) |
| HSL | hsl(318, 98%, 80%) |
| CMYK | cmyk(0%, 40%, 12%, 0%) |
| LAB | lab(75.4 47.7 -19.7) |
| LCH | lch(75.4 51.6 337.5) |
| OKLCH | oklch(0.807 0.149 339.3) |
Copy-ready code
/* CSS */
color: #fe98df;
background-color: #fe98df;
/* Tailwind (arbitrary) */
class="text-[#fe98df] bg-[#fe98df]"
/* SCSS */
$brand: #fe98df;
/* SwiftUI */
Color(red: 0.996, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#fe98df")Accessibility — WCAG contrast
Aa
#fe98df on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe98df on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green59.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe98df text on a black background
contrast 10.77:1
Card sample
#fe98df text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe98df;
Background color
Panel with #fe98df background
background-color: #fe98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe98df; background: linear-gradient(135deg, #fe98df, #FE989B);