#f898df
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 152, 223
HSL
316°, 87%, 78%
CMYK
0, 39, 10, 3
Luminance
0.4774
Every format
| HEX | #f898df |
| RGB | rgb(248, 152, 223) |
| HSL | hsl(316, 87%, 78%) |
| CMYK | cmyk(0%, 39%, 10%, 3%) |
| LAB | lab(74.7 45.8 -20.9) |
| LCH | lch(74.7 50.3 335.5) |
| OKLCH | oklch(0.800 0.144 337.2) |
Copy-ready code
/* CSS */
color: #f898df;
background-color: #f898df;
/* Tailwind (arbitrary) */
class="text-[#f898df] bg-[#f898df]"
/* SCSS */
$brand: #f898df;
/* SwiftUI */
Color(red: 0.973, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#f898df")Accessibility — WCAG contrast
Aa
#f898df on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f898df on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green59.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow10.1%
Key (black)2.7%
Color previews
#f898df text on a black background
contrast 10.55:1
Card sample
#f898df text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f898df;
Background color
Panel with #f898df background
background-color: #f898df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f898df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f898df; background: linear-gradient(135deg, #f898df, #F8989F);