#f982cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 130, 205
HSL
322°, 91%, 74%
CMYK
0, 48, 18, 2
Luminance
0.4051
Every format
| HEX | #f982cd |
| RGB | rgb(249, 130, 205) |
| HSL | hsl(322, 91%, 74%) |
| CMYK | cmyk(0%, 48%, 18%, 2%) |
| LAB | lab(69.8 54.3 -18.2) |
| LCH | lch(69.8 57.3 341.4) |
| OKLCH | oklch(0.762 0.168 343.3) |
Copy-ready code
/* CSS */
color: #f982cd;
background-color: #f982cd;
/* Tailwind (arbitrary) */
class="text-[#f982cd] bg-[#f982cd]"
/* SCSS */
$brand: #f982cd;
/* SwiftUI */
Color(red: 0.976, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#f982cd")Accessibility — WCAG contrast
Aa
#f982cd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f982cd on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green51.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow17.7%
Key (black)2.4%
Color previews
#f982cd text on a black background
contrast 9.10:1
Card sample
#f982cd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f982cd;
Background color
Panel with #f982cd background
background-color: #f982cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f982cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f982cd; background: linear-gradient(135deg, #f982cd, #F98682);