#f985ba
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 133, 186
HSL
333°, 91%, 75%
CMYK
0, 47, 25, 2
Luminance
0.4046
Every format
| HEX | #f985ba |
| RGB | rgb(249, 133, 186) |
| HSL | hsl(333, 91%, 75%) |
| CMYK | cmyk(0%, 47%, 25%, 2%) |
| LAB | lab(69.8 50.1 -7.7) |
| LCH | lch(69.8 50.7 351.3) |
| OKLCH | oklch(0.759 0.152 352.6) |
Copy-ready code
/* CSS */
color: #f985ba;
background-color: #f985ba;
/* Tailwind (arbitrary) */
class="text-[#f985ba] bg-[#f985ba]"
/* SCSS */
$brand: #f985ba;
/* SwiftUI */
Color(red: 0.976, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#f985ba")Accessibility — WCAG contrast
Aa
#f985ba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f985ba on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow25.3%
Key (black)2.4%
Color previews
#f985ba text on a black background
contrast 9.09:1
Card sample
#f985ba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f985ba;
Background color
Panel with #f985ba background
background-color: #f985ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f985ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f985ba; background: linear-gradient(135deg, #f985ba, #F99D85);