#f64fdf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
246, 79, 223
HSL
308°, 90%, 64%
CMYK
0, 68, 9, 4
Luminance
0.3051
Every format
| HEX | #f64fdf |
| RGB | rgb(246, 79, 223) |
| HSL | hsl(308, 90%, 64%) |
| CMYK | cmyk(0%, 68%, 9%, 4%) |
| LAB | lab(62.1 77.8 -40.3) |
| LCH | lch(62.1 87.6 332.6) |
| OKLCH | oklch(0.706 0.251 334.0) |
Copy-ready code
/* CSS */
color: #f64fdf;
background-color: #f64fdf;
/* Tailwind (arbitrary) */
class="text-[#f64fdf] bg-[#f64fdf]"
/* SCSS */
$brand: #f64fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#f64fdf")Accessibility — WCAG contrast
Aa
#f64fdf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64fdf on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f64fdf text on a black background
contrast 7.10:1
Card sample
#f64fdf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64fdf;
Background color
Panel with #f64fdf background
background-color: #f64fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64fdf; background: linear-gradient(135deg, #f64fdf, #F64F6F);