#f983af
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 131, 175
HSL
338°, 91%, 75%
CMYK
0, 47, 30, 2
Luminance
0.3947
Every format
| HEX | #f983af |
| RGB | rgb(249, 131, 175) |
| HSL | hsl(338, 91%, 75%) |
| CMYK | cmyk(0%, 47%, 30%, 2%) |
| LAB | lab(69.1 49.7 -2.6) |
| LCH | lch(69.1 49.8 357.0) |
| OKLCH | oklch(0.753 0.151 357.7) |
Copy-ready code
/* CSS */
color: #f983af;
background-color: #f983af;
/* Tailwind (arbitrary) */
class="text-[#f983af] bg-[#f983af]"
/* SCSS */
$brand: #f983af;
/* SwiftUI */
Color(red: 0.976, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#f983af")Accessibility — WCAG contrast
Aa
#f983af on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f983af on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow29.7%
Key (black)2.4%
Color previews
#f983af text on a black background
contrast 8.89:1
Card sample
#f983af text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f983af;
Background color
Panel with #f983af background
background-color: #f983af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f983af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f983af; background: linear-gradient(135deg, #f983af, #F9A683);