#f83cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 60, 253
HSL
298°, 98%, 61%
CMYK
2, 76, 0, 1
Luminance
0.3028
Every format
| HEX | #f83cfd |
| RGB | rgb(248, 60, 253) |
| HSL | hsl(298, 98%, 61%) |
| CMYK | cmyk(2%, 76%, 0%, 1%) |
| LAB | lab(61.9 88.5 -57.3) |
| LCH | lch(61.9 105.4 327.1) |
| OKLCH | oklch(0.710 0.292 327.0) |
Copy-ready code
/* CSS */
color: #f83cfd;
background-color: #f83cfd;
/* Tailwind (arbitrary) */
class="text-[#f83cfd] bg-[#f83cfd]"
/* SCSS */
$brand: #f83cfd;
/* SwiftUI */
Color(red: 0.973, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#f83cfd")Accessibility — WCAG contrast
Aa
#f83cfd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f83cfd on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green23.5%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f83cfd text on a black background
contrast 7.06:1
Card sample
#f83cfd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83cfd;
Background color
Panel with #f83cfd background
background-color: #f83cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83cfd; background: linear-gradient(135deg, #f83cfd, #FD3C82);