#f987cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 135, 207
HSL
322°, 91%, 75%
CMYK
0, 46, 17, 2
Luminance
0.4197
Every format
| HEX | #f987cf |
| RGB | rgb(249, 135, 207) |
| HSL | hsl(322, 91%, 75%) |
| CMYK | cmyk(0%, 46%, 17%, 2%) |
| LAB | lab(70.8 52.1 -17.8) |
| LCH | lch(70.8 55.1 341.1) |
| OKLCH | oklch(0.770 0.161 343.0) |
Copy-ready code
/* CSS */
color: #f987cf;
background-color: #f987cf;
/* Tailwind (arbitrary) */
class="text-[#f987cf] bg-[#f987cf]"
/* SCSS */
$brand: #f987cf;
/* SwiftUI */
Color(red: 0.976, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#f987cf")Accessibility — WCAG contrast
Aa
#f987cf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f987cf on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow16.9%
Key (black)2.4%
Color previews
#f987cf text on a black background
contrast 9.39:1
Card sample
#f987cf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f987cf;
Background color
Panel with #f987cf background
background-color: #f987cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f987cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f987cf; background: linear-gradient(135deg, #f987cf, #F98B87);