#f82fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 47, 186
HSL
319°, 94%, 58%
CMYK
0, 81, 25, 3
Luminance
0.2553
Every format
| HEX | #f82fba |
| RGB | rgb(248, 47, 186) |
| HSL | hsl(319, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 25%, 3%) |
| LAB | lab(57.6 82.6 -26.2) |
| LCH | lch(57.6 86.6 342.4) |
| OKLCH | oklch(0.669 0.260 344.4) |
Copy-ready code
/* CSS */
color: #f82fba;
background-color: #f82fba;
/* Tailwind (arbitrary) */
class="text-[#f82fba] bg-[#f82fba]"
/* SCSS */
$brand: #f82fba;
/* SwiftUI */
Color(red: 0.973, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#f82fba")Accessibility — WCAG contrast
Aa
#f82fba on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82fba on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow25.0%
Key (black)2.7%
Color previews
#f82fba text on a black background
contrast 6.11:1
Card sample
#f82fba text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82fba;
Background color
Panel with #f82fba background
background-color: #f82fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82fba; background: linear-gradient(135deg, #f82fba, #F82F34);