#f64d83
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
246, 77, 131
HSL
341°, 90%, 63%
CMYK
0, 69, 47, 4
Luminance
0.2654
Every format
| HEX | #f64d83 |
| RGB | rgb(246, 77, 131) |
| HSL | hsl(341, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 47%, 4%) |
| LAB | lab(58.5 67.7 7.3) |
| LCH | lch(58.5 68.1 6.2) |
| OKLCH | oklch(0.669 0.207 5.4) |
Copy-ready code
/* CSS */
color: #f64d83;
background-color: #f64d83;
/* Tailwind (arbitrary) */
class="text-[#f64d83] bg-[#f64d83]"
/* SCSS */
$brand: #f64d83;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.514)
/* Android */
Color.parseColor("#f64d83")Accessibility — WCAG contrast
Aa
#f64d83 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64d83 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow46.7%
Key (black)3.5%
Color previews
#f64d83 text on a black background
contrast 6.31:1
Card sample
#f64d83 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64d83;
Background color
Panel with #f64d83 background
background-color: #f64d83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64d83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64d83; background: linear-gradient(135deg, #f64d83, #F6874D);