#f82df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 45, 240
HSL
302°, 94%, 58%
CMYK
0, 82, 3, 3
Luminance
0.2812
Every format
| HEX | #f82df0 |
| RGB | rgb(248, 45, 240) |
| HSL | hsl(302, 94%, 58%) |
| CMYK | cmyk(0%, 82%, 3%, 3%) |
| LAB | lab(60.0 90.0 -53.1) |
| LCH | lch(60.0 104.5 329.5) |
| OKLCH | oklch(0.695 0.294 330.1) |
Copy-ready code
/* CSS */
color: #f82df0;
background-color: #f82df0;
/* Tailwind (arbitrary) */
class="text-[#f82df0] bg-[#f82df0]"
/* SCSS */
$brand: #f82df0;
/* SwiftUI */
Color(red: 0.973, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#f82df0")Accessibility — WCAG contrast
Aa
#f82df0 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82df0 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.6%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow3.2%
Key (black)2.7%
Color previews
#f82df0 text on a black background
contrast 6.62:1
Card sample
#f82df0 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82df0;
Background color
Panel with #f82df0 background
background-color: #f82df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82df0; background: linear-gradient(135deg, #f82df0, #F82D69);