#f89acf
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 154, 207
HSL
326°, 87%, 79%
CMYK
0, 38, 17, 3
Luminance
0.4757
Every format
| HEX | #f89acf |
| RGB | rgb(248, 154, 207) |
| HSL | hsl(326, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 17%, 3%) |
| LAB | lab(74.6 42.2 -12.2) |
| LCH | lch(74.6 43.9 343.8) |
| OKLCH | oklch(0.797 0.129 345.5) |
Copy-ready code
/* CSS */
color: #f89acf;
background-color: #f89acf;
/* Tailwind (arbitrary) */
class="text-[#f89acf] bg-[#f89acf]"
/* SCSS */
$brand: #f89acf;
/* SwiftUI */
Color(red: 0.973, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#f89acf")Accessibility — WCAG contrast
Aa
#f89acf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89acf on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow16.5%
Key (black)2.7%
Color previews
#f89acf text on a black background
contrast 10.51:1
Card sample
#f89acf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89acf;
Background color
Panel with #f89acf background
background-color: #f89acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89acf; background: linear-gradient(135deg, #f89acf, #F8A49A);