#f64daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 77, 175
HSL
325°, 90%, 63%
CMYK
0, 69, 29, 4
Luminance
0.2800
Every format
| HEX | #f64daf |
| RGB | rgb(246, 77, 175) |
| HSL | hsl(325, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 29%, 4%) |
| LAB | lab(59.9 72.2 -16.4) |
| LCH | lch(59.9 74.0 347.2) |
| OKLCH | oklch(0.684 0.224 349.0) |
Copy-ready code
/* CSS */
color: #f64daf;
background-color: #f64daf;
/* Tailwind (arbitrary) */
class="text-[#f64daf] bg-[#f64daf]"
/* SCSS */
$brand: #f64daf;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.686)
/* Android */
Color.parseColor("#f64daf")Accessibility — WCAG contrast
Aa
#f64daf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64daf on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow28.9%
Key (black)3.5%
Color previews
#f64daf text on a black background
contrast 6.60:1
Card sample
#f64daf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64daf;
Background color
Panel with #f64daf background
background-color: #f64daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64daf; background: linear-gradient(135deg, #f64daf, #F65B4D);