#f64cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 76, 251
HSL
298°, 96%, 64%
CMYK
2, 70, 0, 2
Luminance
0.3173
Every format
| HEX | #f64cfb |
| RGB | rgb(246, 76, 251) |
| HSL | hsl(298, 96%, 64%) |
| CMYK | cmyk(2%, 70%, 0%, 2%) |
| LAB | lab(63.1 83.1 -54.2) |
| LCH | lch(63.1 99.2 326.9) |
| OKLCH | oklch(0.718 0.275 326.7) |
Copy-ready code
/* CSS */
color: #f64cfb;
background-color: #f64cfb;
/* Tailwind (arbitrary) */
class="text-[#f64cfb] bg-[#f64cfb]"
/* SCSS */
$brand: #f64cfb;
/* SwiftUI */
Color(red: 0.965, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#f64cfb")Accessibility — WCAG contrast
Aa
#f64cfb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64cfb on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.8%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f64cfb text on a black background
contrast 7.35:1
Card sample
#f64cfb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64cfb;
Background color
Panel with #f64cfb background
background-color: #f64cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64cfb; background: linear-gradient(135deg, #f64cfb, #FB4C8B);