#f889cf
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 137, 207
HSL
322°, 89%, 76%
CMYK
0, 45, 17, 3
Luminance
0.4235
Every format
| HEX | #f889cf |
| RGB | rgb(248, 137, 207) |
| HSL | hsl(322, 89%, 76%) |
| CMYK | cmyk(0%, 45%, 17%, 3%) |
| LAB | lab(71.1 50.8 -17.4) |
| LCH | lch(71.1 53.7 341.1) |
| OKLCH | oklch(0.771 0.157 342.9) |
Copy-ready code
/* CSS */
color: #f889cf;
background-color: #f889cf;
/* Tailwind (arbitrary) */
class="text-[#f889cf] bg-[#f889cf]"
/* SCSS */
$brand: #f889cf;
/* SwiftUI */
Color(red: 0.973, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#f889cf")Accessibility — WCAG contrast
Aa
#f889cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f889cf on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green53.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow16.5%
Key (black)2.7%
Color previews
#f889cf text on a black background
contrast 9.47:1
Card sample
#f889cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f889cf;
Background color
Panel with #f889cf background
background-color: #f889cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f889cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f889cf; background: linear-gradient(135deg, #f889cf, #F88D89);