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