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