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