#f64fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 79, 186
HSL
322°, 90%, 64%
CMYK
0, 68, 24, 4
Luminance
0.2873
Every format
| HEX | #f64fba |
| RGB | rgb(246, 79, 186) |
| HSL | hsl(322, 90%, 64%) |
| CMYK | cmyk(0%, 68%, 24%, 4%) |
| LAB | lab(60.5 72.8 -21.7) |
| LCH | lch(60.5 75.9 343.4) |
| OKLCH | oklch(0.690 0.227 345.3) |
Copy-ready code
/* CSS */
color: #f64fba;
background-color: #f64fba;
/* Tailwind (arbitrary) */
class="text-[#f64fba] bg-[#f64fba]"
/* SCSS */
$brand: #f64fba;
/* SwiftUI */
Color(red: 0.965, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#f64fba")Accessibility — WCAG contrast
Aa
#f64fba on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64fba on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow24.4%
Key (black)3.5%
Color previews
#f64fba text on a black background
contrast 6.75:1
Card sample
#f64fba text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64fba;
Background color
Panel with #f64fba background
background-color: #f64fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64fba; background: linear-gradient(135deg, #f64fba, #F6534F);