#f81df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 29, 247
HSL
300°, 94%, 54%
CMYK
0, 88, 0, 3
Luminance
0.2755
Every format
| HEX | #f81df7 |
| RGB | rgb(248, 29, 247) |
| HSL | hsl(300, 94%, 54%) |
| CMYK | cmyk(0%, 88%, 0%, 3%) |
| LAB | lab(59.5 93.7 -57.8) |
| LCH | lch(59.5 110.0 328.3) |
| OKLCH | oklch(0.692 0.307 328.5) |
Copy-ready code
/* CSS */
color: #f81df7;
background-color: #f81df7;
/* Tailwind (arbitrary) */
class="text-[#f81df7] bg-[#f81df7]"
/* SCSS */
$brand: #f81df7;
/* SwiftUI */
Color(red: 0.973, green: 0.114, blue: 0.969)
/* Android */
Color.parseColor("#f81df7")Accessibility — WCAG contrast
Aa
#f81df7 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f81df7 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green11.4%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow0.4%
Key (black)2.7%
Color previews
#f81df7 text on a black background
contrast 6.51:1
Card sample
#f81df7 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f81df7;
Background color
Panel with #f81df7 background
background-color: #f81df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f81df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 29, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 29, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f81df7; background: linear-gradient(135deg, #f81df7, #F81D65);