#f82df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 45, 247
HSL
300°, 94%, 58%
CMYK
0, 82, 0, 3
Luminance
0.2855
Every format
| HEX | #f82df7 |
| RGB | rgb(248, 45, 247) |
| HSL | hsl(300, 94%, 58%) |
| CMYK | cmyk(0%, 82%, 0%, 3%) |
| LAB | lab(60.4 91.0 -56.4) |
| LCH | lch(60.4 107.0 328.2) |
| OKLCH | oklch(0.699 0.299 328.4) |
Copy-ready code
/* CSS */
color: #f82df7;
background-color: #f82df7;
/* Tailwind (arbitrary) */
class="text-[#f82df7] bg-[#f82df7]"
/* SCSS */
$brand: #f82df7;
/* SwiftUI */
Color(red: 0.973, green: 0.176, blue: 0.969)
/* Android */
Color.parseColor("#f82df7")Accessibility — WCAG contrast
Aa
#f82df7 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82df7 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.6%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow0.4%
Key (black)2.7%
Color previews
#f82df7 text on a black background
contrast 6.71:1
Card sample
#f82df7 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82df7;
Background color
Panel with #f82df7 background
background-color: #f82df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 45, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 45, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82df7; background: linear-gradient(135deg, #f82df7, #F82D70);