#f89fda
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 159, 218
HSL
320°, 86%, 80%
CMYK
0, 36, 12, 3
Luminance
0.4981
Every format
| HEX | #f89fda |
| RGB | rgb(248, 159, 218) |
| HSL | hsl(320, 86%, 80%) |
| CMYK | cmyk(0%, 36%, 12%, 3%) |
| LAB | lab(76.0 41.3 -16.2) |
| LCH | lch(76.0 44.4 338.6) |
| OKLCH | oklch(0.809 0.128 340.4) |
Copy-ready code
/* CSS */
color: #f89fda;
background-color: #f89fda;
/* Tailwind (arbitrary) */
class="text-[#f89fda] bg-[#f89fda]"
/* SCSS */
$brand: #f89fda;
/* SwiftUI */
Color(red: 0.973, green: 0.624, blue: 0.855)
/* Android */
Color.parseColor("#f89fda")Accessibility — WCAG contrast
Aa
#f89fda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89fda on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green62.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow12.1%
Key (black)2.7%
Color previews
#f89fda text on a black background
contrast 10.96:1
Card sample
#f89fda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89fda;
Background color
Panel with #f89fda background
background-color: #f89fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 159, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 159, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89fda; background: linear-gradient(135deg, #f89fda, #F89F9F);