#f84cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 76, 251
HSL
299°, 96%, 64%
CMYK
1, 70, 0, 2
Luminance
0.3209
Every format
| HEX | #f84cfb |
| RGB | rgb(248, 76, 251) |
| HSL | hsl(299, 96%, 64%) |
| CMYK | cmyk(1%, 70%, 0%, 2%) |
| LAB | lab(63.4 83.5 -53.7) |
| LCH | lch(63.4 99.3 327.2) |
| OKLCH | oklch(0.721 0.275 327.2) |
Copy-ready code
/* CSS */
color: #f84cfb;
background-color: #f84cfb;
/* Tailwind (arbitrary) */
class="text-[#f84cfb] bg-[#f84cfb]"
/* SCSS */
$brand: #f84cfb;
/* SwiftUI */
Color(red: 0.973, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#f84cfb")Accessibility — WCAG contrast
Aa
#f84cfb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84cfb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.8%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f84cfb text on a black background
contrast 7.42:1
Card sample
#f84cfb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84cfb;
Background color
Panel with #f84cfb background
background-color: #f84cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84cfb; background: linear-gradient(135deg, #f84cfb, #FB4C89);