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