#f98ac1
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 138, 193
HSL
330°, 90%, 76%
CMYK
0, 45, 23, 2
Luminance
0.4217
Every format
| HEX | #f98ac1 |
| RGB | rgb(249, 138, 193) |
| HSL | hsl(330, 90%, 76%) |
| CMYK | cmyk(0%, 45%, 23%, 2%) |
| LAB | lab(71.0 48.6 -9.8) |
| LCH | lch(71.0 49.6 348.6) |
| OKLCH | oklch(0.769 0.148 350.1) |
Copy-ready code
/* CSS */
color: #f98ac1;
background-color: #f98ac1;
/* Tailwind (arbitrary) */
class="text-[#f98ac1] bg-[#f98ac1]"
/* SCSS */
$brand: #f98ac1;
/* SwiftUI */
Color(red: 0.976, green: 0.541, blue: 0.757)
/* Android */
Color.parseColor("#f98ac1")Accessibility — WCAG contrast
Aa
#f98ac1 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98ac1 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.1%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow22.5%
Key (black)2.4%
Color previews
#f98ac1 text on a black background
contrast 9.43:1
Card sample
#f98ac1 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98ac1;
Background color
Panel with #f98ac1 background
background-color: #f98ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 138, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 138, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98ac1; background: linear-gradient(135deg, #f98ac1, #F99D8A);