#f89fcf
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 159, 207
HSL
328°, 86%, 80%
CMYK
0, 36, 17, 3
Luminance
0.4926
Every format
| HEX | #f89fcf |
| RGB | rgb(248, 159, 207) |
| HSL | hsl(328, 86%, 80%) |
| CMYK | cmyk(0%, 36%, 17%, 3%) |
| LAB | lab(75.6 39.6 -10.7) |
| LCH | lch(75.6 41.0 344.9) |
| OKLCH | oklch(0.805 0.121 346.6) |
Copy-ready code
/* CSS */
color: #f89fcf;
background-color: #f89fcf;
/* Tailwind (arbitrary) */
class="text-[#f89fcf] bg-[#f89fcf]"
/* SCSS */
$brand: #f89fcf;
/* SwiftUI */
Color(red: 0.973, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#f89fcf")Accessibility — WCAG contrast
Aa
#f89fcf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89fcf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow16.5%
Key (black)2.7%
Color previews
#f89fcf text on a black background
contrast 10.85:1
Card sample
#f89fcf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89fcf;
Background color
Panel with #f89fcf background
background-color: #f89fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89fcf; background: linear-gradient(135deg, #f89fcf, #F8AA9F);