#f84afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 74, 253
HSL
298°, 98%, 64%
CMYK
2, 71, 0, 1
Luminance
0.3195
Every format
| HEX | #f84afd |
| RGB | rgb(248, 74, 253) |
| HSL | hsl(298, 98%, 64%) |
| CMYK | cmyk(2%, 71%, 0%, 1%) |
| LAB | lab(63.3 84.4 -55.0) |
| LCH | lch(63.3 100.8 326.9) |
| OKLCH | oklch(0.720 0.279 326.8) |
Copy-ready code
/* CSS */
color: #f84afd;
background-color: #f84afd;
/* Tailwind (arbitrary) */
class="text-[#f84afd] bg-[#f84afd]"
/* SCSS */
$brand: #f84afd;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#f84afd")Accessibility — WCAG contrast
Aa
#f84afd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84afd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f84afd text on a black background
contrast 7.39:1
Card sample
#f84afd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84afd;
Background color
Panel with #f84afd background
background-color: #f84afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84afd; background: linear-gradient(135deg, #f84afd, #FD4A8B);