#f82cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 44, 251
HSL
299°, 96%, 58%
CMYK
1, 83, 0, 2
Luminance
0.2872
Every format
| HEX | #f82cfb |
| RGB | rgb(248, 44, 251) |
| HSL | hsl(299, 96%, 58%) |
| CMYK | cmyk(1%, 83%, 0%, 2%) |
| LAB | lab(60.5 91.8 -58.3) |
| LCH | lch(60.5 108.8 327.6) |
| OKLCH | oklch(0.700 0.302 327.5) |
Copy-ready code
/* CSS */
color: #f82cfb;
background-color: #f82cfb;
/* Tailwind (arbitrary) */
class="text-[#f82cfb] bg-[#f82cfb]"
/* SCSS */
$brand: #f82cfb;
/* SwiftUI */
Color(red: 0.973, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#f82cfb")Accessibility — WCAG contrast
Aa
#f82cfb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82cfb on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.3%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f82cfb text on a black background
contrast 6.74:1
Card sample
#f82cfb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82cfb;
Background color
Panel with #f82cfb background
background-color: #f82cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82cfb; background: linear-gradient(135deg, #f82cfb, #FB2C74);