#f98dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 141, 187
HSL
334°, 90%, 77%
CMYK
0, 43, 25, 2
Luminance
0.4278
Every format
| HEX | #f98dbb |
| RGB | rgb(249, 141, 187) |
| HSL | hsl(334, 90%, 77%) |
| CMYK | cmyk(0%, 43%, 25%, 2%) |
| LAB | lab(71.4 46.3 -5.9) |
| LCH | lch(71.4 46.6 352.8) |
| OKLCH | oklch(0.772 0.140 353.9) |
Copy-ready code
/* CSS */
color: #f98dbb;
background-color: #f98dbb;
/* Tailwind (arbitrary) */
class="text-[#f98dbb] bg-[#f98dbb]"
/* SCSS */
$brand: #f98dbb;
/* SwiftUI */
Color(red: 0.976, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f98dbb")Accessibility — WCAG contrast
Aa
#f98dbb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98dbb on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow24.9%
Key (black)2.4%
Color previews
#f98dbb text on a black background
contrast 9.56:1
Card sample
#f98dbb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98dbb;
Background color
Panel with #f98dbb background
background-color: #f98dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98dbb; background: linear-gradient(135deg, #f98dbb, #F9A78D);