#f84df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 77, 241
HSL
303°, 92%, 64%
CMYK
0, 69, 3, 3
Luminance
0.3162
Every format
| HEX | #f84df1 |
| RGB | rgb(248, 77, 241) |
| HSL | hsl(303, 92%, 64%) |
| CMYK | cmyk(0%, 69%, 3%, 3%) |
| LAB | lab(63.0 81.6 -48.8) |
| LCH | lch(63.0 95.1 329.1) |
| OKLCH | oklch(0.716 0.267 329.7) |
Copy-ready code
/* CSS */
color: #f84df1;
background-color: #f84df1;
/* Tailwind (arbitrary) */
class="text-[#f84df1] bg-[#f84df1]"
/* SCSS */
$brand: #f84df1;
/* SwiftUI */
Color(red: 0.973, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#f84df1")Accessibility — WCAG contrast
Aa
#f84df1 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84df1 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green30.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow2.8%
Key (black)2.7%
Color previews
#f84df1 text on a black background
contrast 7.32:1
Card sample
#f84df1 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84df1;
Background color
Panel with #f84df1 background
background-color: #f84df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84df1; background: linear-gradient(135deg, #f84df1, #F84D7F);