#f64af7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 74, 247
HSL
300°, 92%, 63%
CMYK
0, 70, 0, 3
Luminance
0.3121
Every format
| HEX | #f64af7 |
| RGB | rgb(246, 74, 247) |
| HSL | hsl(300, 92%, 63%) |
| CMYK | cmyk(0%, 70%, 0%, 3%) |
| LAB | lab(62.7 83.1 -52.7) |
| LCH | lch(62.7 98.4 327.6) |
| OKLCH | oklch(0.714 0.274 327.7) |
Copy-ready code
/* CSS */
color: #f64af7;
background-color: #f64af7;
/* Tailwind (arbitrary) */
class="text-[#f64af7] bg-[#f64af7]"
/* SCSS */
$brand: #f64af7;
/* SwiftUI */
Color(red: 0.965, green: 0.290, blue: 0.969)
/* Android */
Color.parseColor("#f64af7")Accessibility — WCAG contrast
Aa
#f64af7 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64af7 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.0%
Blue96.9%
CMYK percentages
Cyan0.4%
Magenta70.0%
Yellow0.0%
Key (black)3.1%
Color previews
#f64af7 text on a black background
contrast 7.24:1
Card sample
#f64af7 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64af7;
Background color
Panel with #f64af7 background
background-color: #f64af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 74, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 74, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64af7; background: linear-gradient(135deg, #f64af7, #F74A84);