#f985ac
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 133, 172
HSL
340°, 91%, 75%
CMYK
0, 47, 31, 2
Luminance
0.3989
Every format
| HEX | #f985ac |
| RGB | rgb(249, 133, 172) |
| HSL | hsl(340, 91%, 75%) |
| CMYK | cmyk(0%, 47%, 31%, 2%) |
| LAB | lab(69.4 48.3 -0.4) |
| LCH | lch(69.4 48.3 359.5) |
| OKLCH | oklch(0.755 0.146 359.8) |
Copy-ready code
/* CSS */
color: #f985ac;
background-color: #f985ac;
/* Tailwind (arbitrary) */
class="text-[#f985ac] bg-[#f985ac]"
/* SCSS */
$brand: #f985ac;
/* SwiftUI */
Color(red: 0.976, green: 0.522, blue: 0.675)
/* Android */
Color.parseColor("#f985ac")Accessibility — WCAG contrast
Aa
#f985ac on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f985ac on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow30.9%
Key (black)2.4%
Color previews
#f985ac text on a black background
contrast 8.98:1
Card sample
#f985ac text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f985ac;
Background color
Panel with #f985ac background
background-color: #f985ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f985ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 133, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 133, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f985ac; background: linear-gradient(135deg, #f985ac, #F9AB85);