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