#f82fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 47, 239
HSL
303°, 94%, 58%
CMYK
0, 81, 4, 3
Luminance
0.2822
Every format
| HEX | #f82fef |
| RGB | rgb(248, 47, 239) |
| HSL | hsl(303, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 4%, 3%) |
| LAB | lab(60.1 89.5 -52.4) |
| LCH | lch(60.1 103.7 329.7) |
| OKLCH | oklch(0.695 0.292 330.3) |
Copy-ready code
/* CSS */
color: #f82fef;
background-color: #f82fef;
/* Tailwind (arbitrary) */
class="text-[#f82fef] bg-[#f82fef]"
/* SCSS */
$brand: #f82fef;
/* SwiftUI */
Color(red: 0.973, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#f82fef")Accessibility — WCAG contrast
Aa
#f82fef on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82fef on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green18.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow3.6%
Key (black)2.7%
Color previews
#f82fef text on a black background
contrast 6.64:1
Card sample
#f82fef text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82fef;
Background color
Panel with #f82fef background
background-color: #f82fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82fef; background: linear-gradient(135deg, #f82fef, #F82F69);