#f84af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 74, 244
HSL
301°, 93%, 63%
CMYK
0, 70, 2, 3
Luminance
0.3139
Every format
| HEX | #f84af4 |
| RGB | rgb(248, 74, 244) |
| HSL | hsl(301, 93%, 63%) |
| CMYK | cmyk(0%, 70%, 2%, 3%) |
| LAB | lab(62.8 83.0 -50.8) |
| LCH | lch(62.8 97.3 328.5) |
| OKLCH | oklch(0.715 0.272 329.0) |
Copy-ready code
/* CSS */
color: #f84af4;
background-color: #f84af4;
/* Tailwind (arbitrary) */
class="text-[#f84af4] bg-[#f84af4]"
/* SCSS */
$brand: #f84af4;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.957)
/* Android */
Color.parseColor("#f84af4")Accessibility — WCAG contrast
Aa
#f84af4 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84af4 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow1.6%
Key (black)2.7%
Color previews
#f84af4 text on a black background
contrast 7.28:1
Card sample
#f84af4 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84af4;
Background color
Panel with #f84af4 background
background-color: #f84af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84af4; background: linear-gradient(135deg, #f84af4, #F84A80);