#f982ba
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 130, 186
HSL
332°, 91%, 74%
CMYK
0, 48, 25, 2
Luminance
0.3965
Every format
| HEX | #f982ba |
| RGB | rgb(249, 130, 186) |
| HSL | hsl(332, 91%, 74%) |
| CMYK | cmyk(0%, 48%, 25%, 2%) |
| LAB | lab(69.2 51.6 -8.5) |
| LCH | lch(69.2 52.3 350.6) |
| OKLCH | oklch(0.755 0.157 352.0) |
Copy-ready code
/* CSS */
color: #f982ba;
background-color: #f982ba;
/* Tailwind (arbitrary) */
class="text-[#f982ba] bg-[#f982ba]"
/* SCSS */
$brand: #f982ba;
/* SwiftUI */
Color(red: 0.976, green: 0.510, blue: 0.729)
/* Android */
Color.parseColor("#f982ba")Accessibility — WCAG contrast
Aa
#f982ba on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f982ba on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green51.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow25.3%
Key (black)2.4%
Color previews
#f982ba text on a black background
contrast 8.93:1
Card sample
#f982ba text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f982ba;
Background color
Panel with #f982ba background
background-color: #f982ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f982ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 130, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 130, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f982ba; background: linear-gradient(135deg, #f982ba, #F99982);