#f84dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
248, 77, 255
HSL
298°, 100%, 65%
CMYK
3, 70, 0, 0
Luminance
0.3248
Every format
| HEX | #f84dff |
| RGB | rgb(248, 77, 255) |
| HSL | hsl(298, 100%, 65%) |
| CMYK | cmyk(3%, 70%, 0%, 0%) |
| LAB | lab(63.7 83.8 -55.4) |
| LCH | lch(63.7 100.5 326.5) |
| OKLCH | oklch(0.724 0.277 326.3) |
Copy-ready code
/* CSS */
color: #f84dff;
background-color: #f84dff;
/* Tailwind (arbitrary) */
class="text-[#f84dff] bg-[#f84dff]"
/* SCSS */
$brand: #f84dff;
/* SwiftUI */
Color(red: 0.973, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#f84dff")Accessibility — WCAG contrast
Aa
#f84dff on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84dff on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green30.2%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f84dff text on a black background
contrast 7.50:1
Card sample
#f84dff text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84dff;
Background color
Panel with #f84dff background
background-color: #f84dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84dff; background: linear-gradient(135deg, #f84dff, #FF4D8F);