#f84aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 74, 255
HSL
298°, 100%, 65%
CMYK
3, 71, 0, 0
Luminance
0.3207
Every format
| HEX | #f84aff |
| RGB | rgb(248, 74, 255) |
| HSL | hsl(298, 100%, 65%) |
| CMYK | cmyk(3%, 71%, 0%, 0%) |
| LAB | lab(63.4 84.8 -56.0) |
| LCH | lch(63.4 101.6 326.6) |
| OKLCH | oklch(0.721 0.280 326.3) |
Copy-ready code
/* CSS */
color: #f84aff;
background-color: #f84aff;
/* Tailwind (arbitrary) */
class="text-[#f84aff] bg-[#f84aff]"
/* SCSS */
$brand: #f84aff;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 1.000)
/* Android */
Color.parseColor("#f84aff")Accessibility — WCAG contrast
Aa
#f84aff on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84aff on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta71.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f84aff text on a black background
contrast 7.41:1
Card sample
#f84aff text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84aff;
Background color
Panel with #f84aff background
background-color: #f84aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84aff; background: linear-gradient(135deg, #f84aff, #FF4A8D);