#f84aac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 74, 172
HSL
326°, 93%, 63%
CMYK
0, 70, 31, 3
Luminance
0.2783
Every format
| HEX | #f84aac |
| RGB | rgb(248, 74, 172) |
| HSL | hsl(326, 93%, 63%) |
| CMYK | cmyk(0%, 70%, 31%, 3%) |
| LAB | lab(59.7 73.4 -14.8) |
| LCH | lch(59.7 74.8 348.6) |
| OKLCH | oklch(0.683 0.227 350.2) |
Copy-ready code
/* CSS */
color: #f84aac;
background-color: #f84aac;
/* Tailwind (arbitrary) */
class="text-[#f84aac] bg-[#f84aac]"
/* SCSS */
$brand: #f84aac;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.675)
/* Android */
Color.parseColor("#f84aac")Accessibility — WCAG contrast
Aa
#f84aac on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84aac on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow30.6%
Key (black)2.7%
Color previews
#f84aac text on a black background
contrast 6.57:1
Card sample
#f84aac text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84aac;
Background color
Panel with #f84aac background
background-color: #f84aac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84aac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84aac; background: linear-gradient(135deg, #f84aac, #F85C4A);