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