#f981cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 129, 207
HSL
321°, 91%, 74%
CMYK
0, 48, 17, 2
Luminance
0.4035
Every format
| HEX | #f981cf |
| RGB | rgb(249, 129, 207) |
| HSL | hsl(321, 91%, 74%) |
| CMYK | cmyk(0%, 48%, 17%, 2%) |
| LAB | lab(69.7 55.1 -19.5) |
| LCH | lch(69.7 58.4 340.5) |
| OKLCH | oklch(0.761 0.171 342.3) |
Copy-ready code
/* CSS */
color: #f981cf;
background-color: #f981cf;
/* Tailwind (arbitrary) */
class="text-[#f981cf] bg-[#f981cf]"
/* SCSS */
$brand: #f981cf;
/* SwiftUI */
Color(red: 0.976, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#f981cf")Accessibility — WCAG contrast
Aa
#f981cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f981cf on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green50.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow16.9%
Key (black)2.4%
Color previews
#f981cf text on a black background
contrast 9.07:1
Card sample
#f981cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f981cf;
Background color
Panel with #f981cf background
background-color: #f981cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f981cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f981cf; background: linear-gradient(135deg, #f981cf, #F98381);