#f64dac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 77, 172
HSL
326°, 90%, 63%
CMYK
0, 69, 30, 4
Luminance
0.2788
Every format
| HEX | #f64dac |
| RGB | rgb(246, 77, 172) |
| HSL | hsl(326, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 30%, 4%) |
| LAB | lab(59.8 71.8 -14.8) |
| LCH | lch(59.8 73.3 348.4) |
| OKLCH | oklch(0.683 0.222 350.0) |
Copy-ready code
/* CSS */
color: #f64dac;
background-color: #f64dac;
/* Tailwind (arbitrary) */
class="text-[#f64dac] bg-[#f64dac]"
/* SCSS */
$brand: #f64dac;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#f64dac")Accessibility — WCAG contrast
Aa
#f64dac on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64dac on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow30.1%
Key (black)3.5%
Color previews
#f64dac text on a black background
contrast 6.58:1
Card sample
#f64dac text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64dac;
Background color
Panel with #f64dac background
background-color: #f64dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64dac; background: linear-gradient(135deg, #f64dac, #F65F4D);