#f813fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 19, 253
HSL
299°, 98%, 53%
CMYK
2, 93, 0, 1
Luminance
0.2751
Every format
| HEX | #f813fd |
| RGB | rgb(248, 19, 253) |
| HSL | hsl(299, 98%, 53%) |
| CMYK | cmyk(2%, 93%, 0%, 1%) |
| LAB | lab(59.5 95.6 -61.2) |
| LCH | lch(59.5 113.5 327.4) |
| OKLCH | oklch(0.693 0.315 327.2) |
Copy-ready code
/* CSS */
color: #f813fd;
background-color: #f813fd;
/* Tailwind (arbitrary) */
class="text-[#f813fd] bg-[#f813fd]"
/* SCSS */
$brand: #f813fd;
/* SwiftUI */
Color(red: 0.973, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#f813fd")Accessibility — WCAG contrast
Aa
#f813fd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f813fd on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green7.5%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f813fd text on a black background
contrast 6.50:1
Card sample
#f813fd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f813fd;
Background color
Panel with #f813fd background
background-color: #f813fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f813fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f813fd; background: linear-gradient(135deg, #f813fd, #FD1366);