#f64cb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 76, 178
HSL
324°, 90%, 63%
CMYK
0, 69, 28, 4
Luminance
0.2798
Every format
| HEX | #f64cb2 |
| RGB | rgb(246, 76, 178) |
| HSL | hsl(324, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 28%, 4%) |
| LAB | lab(59.9 72.9 -18.1) |
| LCH | lch(59.9 75.1 346.0) |
| OKLCH | oklch(0.684 0.227 347.9) |
Copy-ready code
/* CSS */
color: #f64cb2;
background-color: #f64cb2;
/* Tailwind (arbitrary) */
class="text-[#f64cb2] bg-[#f64cb2]"
/* SCSS */
$brand: #f64cb2;
/* SwiftUI */
Color(red: 0.965, green: 0.298, blue: 0.698)
/* Android */
Color.parseColor("#f64cb2")Accessibility — WCAG contrast
Aa
#f64cb2 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64cb2 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow27.6%
Key (black)3.5%
Color previews
#f64cb2 text on a black background
contrast 6.60:1
Card sample
#f64cb2 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64cb2;
Background color
Panel with #f64cb2 background
background-color: #f64cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 76, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 76, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64cb2; background: linear-gradient(135deg, #f64cb2, #F6574C);