#f82dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 45, 254
HSL
298°, 99%, 59%
CMYK
2, 82, 0, 0
Luminance
0.2899
Every format
| HEX | #f82dfe |
| RGB | rgb(248, 45, 254) |
| HSL | hsl(298, 99%, 59%) |
| CMYK | cmyk(2%, 82%, 0%, 0%) |
| LAB | lab(60.8 92.0 -59.6) |
| LCH | lch(60.8 109.7 327.1) |
| OKLCH | oklch(0.703 0.304 326.9) |
Copy-ready code
/* CSS */
color: #f82dfe;
background-color: #f82dfe;
/* Tailwind (arbitrary) */
class="text-[#f82dfe] bg-[#f82dfe]"
/* SCSS */
$brand: #f82dfe;
/* SwiftUI */
Color(red: 0.973, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#f82dfe")Accessibility — WCAG contrast
Aa
#f82dfe on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82dfe on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f82dfe text on a black background
contrast 6.80:1
Card sample
#f82dfe text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82dfe;
Background color
Panel with #f82dfe background
background-color: #f82dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82dfe; background: linear-gradient(135deg, #f82dfe, #FE2D78);