#f82eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 46, 179
HSL
321°, 94%, 58%
CMYK
0, 82, 28, 3
Luminance
0.2517
Every format
| HEX | #f82eb3 |
| RGB | rgb(248, 46, 179) |
| HSL | hsl(321, 94%, 58%) |
| CMYK | cmyk(0%, 82%, 28%, 3%) |
| LAB | lab(57.2 82.0 -22.7) |
| LCH | lch(57.2 85.1 344.5) |
| OKLCH | oklch(0.666 0.257 346.5) |
Copy-ready code
/* CSS */
color: #f82eb3;
background-color: #f82eb3;
/* Tailwind (arbitrary) */
class="text-[#f82eb3] bg-[#f82eb3]"
/* SCSS */
$brand: #f82eb3;
/* SwiftUI */
Color(red: 0.973, green: 0.180, blue: 0.702)
/* Android */
Color.parseColor("#f82eb3")Accessibility — WCAG contrast
Aa
#f82eb3 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82eb3 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green18.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow27.8%
Key (black)2.7%
Color previews
#f82eb3 text on a black background
contrast 6.03:1
Card sample
#f82eb3 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82eb3;
Background color
Panel with #f82eb3 background
background-color: #f82eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 46, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 46, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82eb3; background: linear-gradient(135deg, #f82eb3, #F82F2E);