#f63ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 62, 241
HSL
302°, 91%, 60%
CMYK
0, 75, 2, 4
Luminance
0.2939
Every format
| HEX | #f63ef1 |
| RGB | rgb(246, 62, 241) |
| HSL | hsl(302, 91%, 60%) |
| CMYK | cmyk(0%, 75%, 2%, 4%) |
| LAB | lab(61.1 85.7 -51.9) |
| LCH | lch(61.1 100.2 328.8) |
| OKLCH | oklch(0.702 0.281 329.3) |
Copy-ready code
/* CSS */
color: #f63ef1;
background-color: #f63ef1;
/* Tailwind (arbitrary) */
class="text-[#f63ef1] bg-[#f63ef1]"
/* SCSS */
$brand: #f63ef1;
/* SwiftUI */
Color(red: 0.965, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#f63ef1")Accessibility — WCAG contrast
Aa
#f63ef1 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63ef1 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.3%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow2.0%
Key (black)3.5%
Color previews
#f63ef1 text on a black background
contrast 6.88:1
Card sample
#f63ef1 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63ef1;
Background color
Panel with #f63ef1 background
background-color: #f63ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63ef1; background: linear-gradient(135deg, #f63ef1, #F63E76);