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