#f64ba2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 75, 162
HSL
330°, 91%, 63%
CMYK
0, 70, 34, 4
Luminance
0.2723
Every format
| HEX | #f64ba2 |
| RGB | rgb(246, 75, 162) |
| HSL | hsl(330, 91%, 63%) |
| CMYK | cmyk(0%, 70%, 34%, 4%) |
| LAB | lab(59.2 71.4 -9.9) |
| LCH | lch(59.2 72.1 352.1) |
| OKLCH | oklch(0.677 0.220 353.4) |
Copy-ready code
/* CSS */
color: #f64ba2;
background-color: #f64ba2;
/* Tailwind (arbitrary) */
class="text-[#f64ba2] bg-[#f64ba2]"
/* SCSS */
$brand: #f64ba2;
/* SwiftUI */
Color(red: 0.965, green: 0.294, blue: 0.635)
/* Android */
Color.parseColor("#f64ba2")Accessibility — WCAG contrast
Aa
#f64ba2 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64ba2 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow34.1%
Key (black)3.5%
Color previews
#f64ba2 text on a black background
contrast 6.45:1
Card sample
#f64ba2 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64ba2;
Background color
Panel with #f64ba2 background
background-color: #f64ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 75, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 75, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64ba2; background: linear-gradient(135deg, #f64ba2, #F6664B);