#f82ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 42, 222
HSL
308°, 94%, 57%
CMYK
0, 83, 11, 3
Luminance
0.2689
Every format
| HEX | #f82ade |
| RGB | rgb(248, 42, 222) |
| HSL | hsl(308, 94%, 57%) |
| CMYK | cmyk(0%, 83%, 11%, 3%) |
| LAB | lab(58.9 88.1 -44.8) |
| LCH | lch(58.9 98.8 333.1) |
| OKLCH | oklch(0.683 0.285 334.4) |
Copy-ready code
/* CSS */
color: #f82ade;
background-color: #f82ade;
/* Tailwind (arbitrary) */
class="text-[#f82ade] bg-[#f82ade]"
/* SCSS */
$brand: #f82ade;
/* SwiftUI */
Color(red: 0.973, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#f82ade")Accessibility — WCAG contrast
Aa
#f82ade on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82ade on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green16.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow10.5%
Key (black)2.7%
Color previews
#f82ade text on a black background
contrast 6.38:1
Card sample
#f82ade text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82ade;
Background color
Panel with #f82ade background
background-color: #f82ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82ade; background: linear-gradient(135deg, #f82ade, #F82A55);