#f81fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 31, 223
HSL
307°, 94%, 55%
CMYK
0, 88, 10, 3
Luminance
0.2626
Every format
| HEX | #f81fdf |
| RGB | rgb(248, 31, 223) |
| HSL | hsl(307, 94%, 55%) |
| CMYK | cmyk(0%, 88%, 10%, 3%) |
| LAB | lab(58.3 90.1 -46.2) |
| LCH | lch(58.3 101.3 332.8) |
| OKLCH | oklch(0.680 0.291 334.2) |
Copy-ready code
/* CSS */
color: #f81fdf;
background-color: #f81fdf;
/* Tailwind (arbitrary) */
class="text-[#f81fdf] bg-[#f81fdf]"
/* SCSS */
$brand: #f81fdf;
/* SwiftUI */
Color(red: 0.973, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#f81fdf")Accessibility — WCAG contrast
Aa
#f81fdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f81fdf on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow10.1%
Key (black)2.7%
Color previews
#f81fdf text on a black background
contrast 6.25:1
Card sample
#f81fdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f81fdf;
Background color
Panel with #f81fdf background
background-color: #f81fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f81fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f81fdf; background: linear-gradient(135deg, #f81fdf, #F81F4E);