#f664df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 100, 223
HSL
310°, 89%, 68%
CMYK
0, 59, 9, 4
Luminance
0.3403
Every format
| HEX | #f664df |
| RGB | rgb(246, 100, 223) |
| HSL | hsl(310, 89%, 68%) |
| CMYK | cmyk(0%, 59%, 9%, 4%) |
| LAB | lab(65.0 69.8 -35.7) |
| LCH | lch(65.0 78.4 332.9) |
| OKLCH | oklch(0.727 0.224 334.3) |
Copy-ready code
/* CSS */
color: #f664df;
background-color: #f664df;
/* Tailwind (arbitrary) */
class="text-[#f664df] bg-[#f664df]"
/* SCSS */
$brand: #f664df;
/* SwiftUI */
Color(red: 0.965, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#f664df")Accessibility — WCAG contrast
Aa
#f664df on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f664df on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green39.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow9.3%
Key (black)3.5%
Color previews
#f664df text on a black background
contrast 7.81:1
Card sample
#f664df text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f664df;
Background color
Panel with #f664df background
background-color: #f664df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f664df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f664df; background: linear-gradient(135deg, #f664df, #F6647D);