#f51df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 29, 247
HSL
299°, 93%, 54%
CMYK
1, 88, 0, 3
Luminance
0.2701
Every format
| HEX | #f51df7 |
| RGB | rgb(245, 29, 247) |
| HSL | hsl(299, 93%, 54%) |
| CMYK | cmyk(1%, 88%, 0%, 3%) |
| LAB | lab(59.0 93.2 -58.6) |
| LCH | lch(59.0 110.1 327.8) |
| OKLCH | oklch(0.688 0.306 327.8) |
Copy-ready code
/* CSS */
color: #f51df7;
background-color: #f51df7;
/* Tailwind (arbitrary) */
class="text-[#f51df7] bg-[#f51df7]"
/* SCSS */
$brand: #f51df7;
/* SwiftUI */
Color(red: 0.961, green: 0.114, blue: 0.969)
/* Android */
Color.parseColor("#f51df7")Accessibility — WCAG contrast
Aa
#f51df7 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51df7 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.4%
Blue96.9%
CMYK percentages
Cyan0.8%
Magenta88.3%
Yellow0.0%
Key (black)3.1%
Color previews
#f51df7 text on a black background
contrast 6.40:1
Card sample
#f51df7 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51df7;
Background color
Panel with #f51df7 background
background-color: #f51df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 29, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 29, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51df7; background: linear-gradient(135deg, #f51df7, #F71D68);