#f64ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 78, 241
HSL
302°, 90%, 64%
CMYK
0, 68, 2, 4
Luminance
0.3139
Every format
| HEX | #f64ef1 |
| RGB | rgb(246, 78, 241) |
| HSL | hsl(302, 90%, 64%) |
| CMYK | cmyk(0%, 68%, 2%, 4%) |
| LAB | lab(62.8 80.8 -49.1) |
| LCH | lch(62.8 94.6 328.7) |
| OKLCH | oklch(0.714 0.265 329.2) |
Copy-ready code
/* CSS */
color: #f64ef1;
background-color: #f64ef1;
/* Tailwind (arbitrary) */
class="text-[#f64ef1] bg-[#f64ef1]"
/* SCSS */
$brand: #f64ef1;
/* SwiftUI */
Color(red: 0.965, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#f64ef1")Accessibility — WCAG contrast
Aa
#f64ef1 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64ef1 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow2.0%
Key (black)3.5%
Color previews
#f64ef1 text on a black background
contrast 7.28:1
Card sample
#f64ef1 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64ef1;
Background color
Panel with #f64ef1 background
background-color: #f64ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64ef1; background: linear-gradient(135deg, #f64ef1, #F64E81);