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