#f64ae2
a balanced, electric magenta / pink · warm · closest name: violet
RGB
246, 74, 226
HSL
307°, 91%, 63%
CMYK
0, 70, 8, 4
Luminance
0.2998
Every format
| HEX | #f64ae2 |
| RGB | rgb(246, 74, 226) |
| HSL | hsl(307, 91%, 63%) |
| CMYK | cmyk(0%, 70%, 8%, 4%) |
| LAB | lab(61.6 79.9 -42.7) |
| LCH | lch(61.6 90.6 331.9) |
| OKLCH | oklch(0.703 0.259 333.1) |
Copy-ready code
/* CSS */
color: #f64ae2;
background-color: #f64ae2;
/* Tailwind (arbitrary) */
class="text-[#f64ae2] bg-[#f64ae2]"
/* SCSS */
$brand: #f64ae2;
/* SwiftUI */
Color(red: 0.965, green: 0.290, blue: 0.886)
/* Android */
Color.parseColor("#f64ae2")Accessibility — WCAG contrast
Aa
#f64ae2 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64ae2 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow8.1%
Key (black)3.5%
Color previews
#f64ae2 text on a black background
contrast 7.00:1
Card sample
#f64ae2 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64ae2;
Background color
Panel with #f64ae2 background
background-color: #f64ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 74, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 74, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64ae2; background: linear-gradient(135deg, #f64ae2, #F64A6F);