#f981af
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 129, 175
HSL
337°, 91%, 74%
CMYK
0, 48, 30, 2
Luminance
0.3894
Every format
| HEX | #f981af |
| RGB | rgb(249, 129, 175) |
| HSL | hsl(337, 91%, 74%) |
| CMYK | cmyk(0%, 48%, 30%, 2%) |
| LAB | lab(68.7 50.7 -3.1) |
| LCH | lch(68.7 50.8 356.5) |
| OKLCH | oklch(0.750 0.154 357.2) |
Copy-ready code
/* CSS */
color: #f981af;
background-color: #f981af;
/* Tailwind (arbitrary) */
class="text-[#f981af] bg-[#f981af]"
/* SCSS */
$brand: #f981af;
/* SwiftUI */
Color(red: 0.976, green: 0.506, blue: 0.686)
/* Android */
Color.parseColor("#f981af")Accessibility — WCAG contrast
Aa
#f981af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f981af on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green50.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow29.7%
Key (black)2.4%
Color previews
#f981af text on a black background
contrast 8.79:1
Card sample
#f981af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f981af;
Background color
Panel with #f981af background
background-color: #f981af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f981af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 129, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 129, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f981af; background: linear-gradient(135deg, #f981af, #F9A381);