#f63fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 63, 226
HSL
307°, 91%, 61%
CMYK
0, 74, 8, 4
Luminance
0.2864
Every format
| HEX | #f63fe2 |
| RGB | rgb(246, 63, 226) |
| HSL | hsl(307, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 8%, 4%) |
| LAB | lab(60.5 83.3 -44.5) |
| LCH | lch(60.5 94.4 331.9) |
| OKLCH | oklch(0.695 0.270 333.0) |
Copy-ready code
/* CSS */
color: #f63fe2;
background-color: #f63fe2;
/* Tailwind (arbitrary) */
class="text-[#f63fe2] bg-[#f63fe2]"
/* SCSS */
$brand: #f63fe2;
/* SwiftUI */
Color(red: 0.965, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#f63fe2")Accessibility — WCAG contrast
Aa
#f63fe2 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63fe2 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow8.1%
Key (black)3.5%
Color previews
#f63fe2 text on a black background
contrast 6.73:1
Card sample
#f63fe2 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63fe2;
Background color
Panel with #f63fe2 background
background-color: #f63fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63fe2; background: linear-gradient(135deg, #f63fe2, #F63F68);