#f82cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 44, 223
HSL
307°, 94%, 57%
CMYK
0, 82, 10, 3
Luminance
0.2709
Every format
| HEX | #f82cdf |
| RGB | rgb(248, 44, 223) |
| HSL | hsl(307, 94%, 57%) |
| CMYK | cmyk(0%, 82%, 10%, 3%) |
| LAB | lab(59.1 87.8 -45.0) |
| LCH | lch(59.1 98.7 332.9) |
| OKLCH | oklch(0.685 0.284 334.2) |
Copy-ready code
/* CSS */
color: #f82cdf;
background-color: #f82cdf;
/* Tailwind (arbitrary) */
class="text-[#f82cdf] bg-[#f82cdf]"
/* SCSS */
$brand: #f82cdf;
/* SwiftUI */
Color(red: 0.973, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#f82cdf")Accessibility — WCAG contrast
Aa
#f82cdf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82cdf on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow10.1%
Key (black)2.7%
Color previews
#f82cdf text on a black background
contrast 6.42:1
Card sample
#f82cdf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82cdf;
Background color
Panel with #f82cdf background
background-color: #f82cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82cdf; background: linear-gradient(135deg, #f82cdf, #F82C57);