#f81dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 29, 253
HSL
299°, 98%, 55%
CMYK
2, 89, 0, 1
Luminance
0.2793
Every format
| HEX | #f81dfd |
| RGB | rgb(248, 29, 253) |
| HSL | hsl(299, 98%, 55%) |
| CMYK | cmyk(2%, 89%, 0%, 1%) |
| LAB | lab(59.8 94.5 -60.6) |
| LCH | lch(59.8 112.3 327.3) |
| OKLCH | oklch(0.696 0.311 327.2) |
Copy-ready code
/* CSS */
color: #f81dfd;
background-color: #f81dfd;
/* Tailwind (arbitrary) */
class="text-[#f81dfd] bg-[#f81dfd]"
/* SCSS */
$brand: #f81dfd;
/* SwiftUI */
Color(red: 0.973, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#f81dfd")Accessibility — WCAG contrast
Aa
#f81dfd on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f81dfd on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green11.4%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f81dfd text on a black background
contrast 6.59:1
Card sample
#f81dfd text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f81dfd;
Background color
Panel with #f81dfd background
background-color: #f81dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f81dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f81dfd; background: linear-gradient(135deg, #f81dfd, #FD1D6D);