#f64dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 77, 236
HSL
304°, 90%, 63%
CMYK
0, 69, 4, 4
Luminance
0.3096
Every format
| HEX | #f64dec |
| RGB | rgb(246, 77, 236) |
| HSL | hsl(304, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 4%, 4%) |
| LAB | lab(62.5 80.4 -46.9) |
| LCH | lch(62.5 93.1 329.7) |
| OKLCH | oklch(0.711 0.262 330.5) |
Copy-ready code
/* CSS */
color: #f64dec;
background-color: #f64dec;
/* Tailwind (arbitrary) */
class="text-[#f64dec] bg-[#f64dec]"
/* SCSS */
$brand: #f64dec;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#f64dec")Accessibility — WCAG contrast
Aa
#f64dec on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64dec on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow4.1%
Key (black)3.5%
Color previews
#f64dec text on a black background
contrast 7.19:1
Card sample
#f64dec text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64dec;
Background color
Panel with #f64dec background
background-color: #f64dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64dec; background: linear-gradient(135deg, #f64dec, #F64D7B);