#f84fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 79, 239
HSL
303°, 92%, 64%
CMYK
0, 68, 4, 3
Luminance
0.3178
Every format
| HEX | #f84fef |
| RGB | rgb(248, 79, 239) |
| HSL | hsl(303, 92%, 64%) |
| CMYK | cmyk(0%, 68%, 4%, 3%) |
| LAB | lab(63.2 80.6 -47.5) |
| LCH | lch(63.2 93.6 329.5) |
| OKLCH | oklch(0.717 0.263 330.2) |
Copy-ready code
/* CSS */
color: #f84fef;
background-color: #f84fef;
/* Tailwind (arbitrary) */
class="text-[#f84fef] bg-[#f84fef]"
/* SCSS */
$brand: #f84fef;
/* SwiftUI */
Color(red: 0.973, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#f84fef")Accessibility — WCAG contrast
Aa
#f84fef on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f84fef on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green31.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow3.6%
Key (black)2.7%
Color previews
#f84fef text on a black background
contrast 7.36:1
Card sample
#f84fef text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84fef;
Background color
Panel with #f84fef background
background-color: #f84fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84fef; background: linear-gradient(135deg, #f84fef, #F84F7E);