#f88bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 139, 201
HSL
326°, 89%, 76%
CMYK
0, 44, 19, 3
Luminance
0.4264
Every format
| HEX | #f88bc9 |
| RGB | rgb(248, 139, 201) |
| HSL | hsl(326, 89%, 76%) |
| CMYK | cmyk(0%, 44%, 19%, 3%) |
| LAB | lab(71.3 48.9 -13.8) |
| LCH | lch(71.3 50.9 344.3) |
| OKLCH | oklch(0.772 0.150 346.0) |
Copy-ready code
/* CSS */
color: #f88bc9;
background-color: #f88bc9;
/* Tailwind (arbitrary) */
class="text-[#f88bc9] bg-[#f88bc9]"
/* SCSS */
$brand: #f88bc9;
/* SwiftUI */
Color(red: 0.973, green: 0.545, blue: 0.788)
/* Android */
Color.parseColor("#f88bc9")Accessibility — WCAG contrast
Aa
#f88bc9 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88bc9 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green54.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow19.0%
Key (black)2.7%
Color previews
#f88bc9 text on a black background
contrast 9.53:1
Card sample
#f88bc9 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88bc9;
Background color
Panel with #f88bc9 background
background-color: #f88bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 139, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 139, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88bc9; background: linear-gradient(135deg, #f88bc9, #F8968B);