#f89bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 155, 201
HSL
330°, 87%, 79%
CMYK
0, 38, 19, 3
Luminance
0.4762
Every format
| HEX | #f89bc9 |
| RGB | rgb(248, 155, 201) |
| HSL | hsl(330, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 19%, 3%) |
| LAB | lab(74.6 40.8 -8.9) |
| LCH | lch(74.6 41.7 347.7) |
| OKLCH | oklch(0.797 0.124 349.2) |
Copy-ready code
/* CSS */
color: #f89bc9;
background-color: #f89bc9;
/* Tailwind (arbitrary) */
class="text-[#f89bc9] bg-[#f89bc9]"
/* SCSS */
$brand: #f89bc9;
/* SwiftUI */
Color(red: 0.973, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#f89bc9")Accessibility — WCAG contrast
Aa
#f89bc9 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89bc9 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow19.0%
Key (black)2.7%
Color previews
#f89bc9 text on a black background
contrast 10.52:1
Card sample
#f89bc9 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89bc9;
Background color
Panel with #f89bc9 background
background-color: #f89bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89bc9; background: linear-gradient(135deg, #f89bc9, #F8AB9B);