#f98fd7
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 143, 215
HSL
319°, 90%, 77%
CMYK
0, 43, 14, 2
Luminance
0.4469
Every format
| HEX | #f98fd7 |
| RGB | rgb(249, 143, 215) |
| HSL | hsl(319, 90%, 77%) |
| CMYK | cmyk(0%, 43%, 14%, 2%) |
| LAB | lab(72.7 49.4 -19.4) |
| LCH | lch(72.7 53.1 338.5) |
| OKLCH | oklch(0.784 0.154 340.3) |
Copy-ready code
/* CSS */
color: #f98fd7;
background-color: #f98fd7;
/* Tailwind (arbitrary) */
class="text-[#f98fd7] bg-[#f98fd7]"
/* SCSS */
$brand: #f98fd7;
/* SwiftUI */
Color(red: 0.976, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#f98fd7")Accessibility — WCAG contrast
Aa
#f98fd7 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98fd7 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green56.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow13.7%
Key (black)2.4%
Color previews
#f98fd7 text on a black background
contrast 9.94:1
Card sample
#f98fd7 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98fd7;
Background color
Panel with #f98fd7 background
background-color: #f98fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98fd7; background: linear-gradient(135deg, #f98fd7, #F98F91);