#f84ade
a balanced, electric magenta / pink · warm · closest name: violet
RGB
248, 74, 222
HSL
309°, 93%, 63%
CMYK
0, 70, 11, 3
Luminance
0.3013
Every format
| HEX | #f84ade |
| RGB | rgb(248, 74, 222) |
| HSL | hsl(309, 93%, 63%) |
| CMYK | cmyk(0%, 70%, 11%, 3%) |
| LAB | lab(61.8 79.8 -40.2) |
| LCH | lch(61.8 89.3 333.3) |
| OKLCH | oklch(0.704 0.257 334.7) |
Copy-ready code
/* CSS */
color: #f84ade;
background-color: #f84ade;
/* Tailwind (arbitrary) */
class="text-[#f84ade] bg-[#f84ade]"
/* SCSS */
$brand: #f84ade;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#f84ade")Accessibility — WCAG contrast
Aa
#f84ade on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84ade on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow10.5%
Key (black)2.7%
Color previews
#f84ade text on a black background
contrast 7.03:1
Card sample
#f84ade text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84ade;
Background color
Panel with #f84ade background
background-color: #f84ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84ade; background: linear-gradient(135deg, #f84ade, #F84A6A);