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