#f98baf
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 139, 175
HSL
340°, 90%, 76%
CMYK
0, 44, 30, 2
Luminance
0.4170
Every format
| HEX | #f98baf |
| RGB | rgb(249, 139, 175) |
| HSL | hsl(340, 90%, 76%) |
| CMYK | cmyk(0%, 44%, 30%, 2%) |
| LAB | lab(70.7 45.7 -0.3) |
| LCH | lch(70.7 45.7 359.7) |
| OKLCH | oklch(0.765 0.138 360.0) |
Copy-ready code
/* CSS */
color: #f98baf;
background-color: #f98baf;
/* Tailwind (arbitrary) */
class="text-[#f98baf] bg-[#f98baf]"
/* SCSS */
$brand: #f98baf;
/* SwiftUI */
Color(red: 0.976, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#f98baf")Accessibility — WCAG contrast
Aa
#f98baf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98baf on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow29.7%
Key (black)2.4%
Color previews
#f98baf text on a black background
contrast 9.34:1
Card sample
#f98baf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98baf;
Background color
Panel with #f98baf background
background-color: #f98baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98baf; background: linear-gradient(135deg, #f98baf, #F9B08B);