#f83afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 58, 253
HSL
299°, 98%, 61%
CMYK
2, 77, 0, 1
Luminance
0.3007
Every format
| HEX | #f83afd |
| RGB | rgb(248, 58, 253) |
| HSL | hsl(299, 98%, 61%) |
| CMYK | cmyk(2%, 77%, 0%, 1%) |
| LAB | lab(61.7 89.0 -57.5) |
| LCH | lch(61.7 106.0 327.1) |
| OKLCH | oklch(0.709 0.293 327.0) |
Copy-ready code
/* CSS */
color: #f83afd;
background-color: #f83afd;
/* Tailwind (arbitrary) */
class="text-[#f83afd] bg-[#f83afd]"
/* SCSS */
$brand: #f83afd;
/* SwiftUI */
Color(red: 0.973, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f83afd")Accessibility — WCAG contrast
Aa
#f83afd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f83afd on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green22.7%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f83afd text on a black background
contrast 7.01:1
Card sample
#f83afd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83afd;
Background color
Panel with #f83afd background
background-color: #f83afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83afd; background: linear-gradient(135deg, #f83afd, #FD3A80);