#f84aba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 74, 186
HSL
321°, 93%, 63%
CMYK
0, 70, 25, 3
Luminance
0.2840
Every format
| HEX | #f84aba |
| RGB | rgb(248, 74, 186) |
| HSL | hsl(321, 93%, 63%) |
| CMYK | cmyk(0%, 70%, 25%, 3%) |
| LAB | lab(60.3 75.0 -22.1) |
| LCH | lch(60.3 78.2 343.6) |
| OKLCH | oklch(0.688 0.234 345.5) |
Copy-ready code
/* CSS */
color: #f84aba;
background-color: #f84aba;
/* Tailwind (arbitrary) */
class="text-[#f84aba] bg-[#f84aba]"
/* SCSS */
$brand: #f84aba;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.729)
/* Android */
Color.parseColor("#f84aba")Accessibility — WCAG contrast
Aa
#f84aba on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84aba on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow25.0%
Key (black)2.7%
Color previews
#f84aba text on a black background
contrast 6.68:1
Card sample
#f84aba text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84aba;
Background color
Panel with #f84aba background
background-color: #f84aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84aba; background: linear-gradient(135deg, #f84aba, #F84E4A);