#f98fba
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 143, 186
HSL
336°, 90%, 77%
CMYK
0, 43, 25, 2
Luminance
0.4333
Every format
| HEX | #f98fba |
| RGB | rgb(249, 143, 186) |
| HSL | hsl(336, 90%, 77%) |
| CMYK | cmyk(0%, 43%, 25%, 2%) |
| LAB | lab(71.8 45.1 -4.8) |
| LCH | lch(71.8 45.4 354.0) |
| OKLCH | oklch(0.774 0.137 355.0) |
Copy-ready code
/* CSS */
color: #f98fba;
background-color: #f98fba;
/* Tailwind (arbitrary) */
class="text-[#f98fba] bg-[#f98fba]"
/* SCSS */
$brand: #f98fba;
/* SwiftUI */
Color(red: 0.976, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#f98fba")Accessibility — WCAG contrast
Aa
#f98fba on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98fba on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow25.3%
Key (black)2.4%
Color previews
#f98fba text on a black background
contrast 9.67:1
Card sample
#f98fba text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98fba;
Background color
Panel with #f98fba background
background-color: #f98fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98fba; background: linear-gradient(135deg, #f98fba, #F9AB8F);