#f63af6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 58, 246
HSL
300°, 91%, 60%
CMYK
0, 76, 0, 4
Luminance
0.2927
Every format
| HEX | #f63af6 |
| RGB | rgb(246, 58, 246) |
| HSL | hsl(300, 91%, 60%) |
| CMYK | cmyk(0%, 76%, 0%, 4%) |
| LAB | lab(61.0 87.5 -54.8) |
| LCH | lch(61.0 103.3 328.0) |
| OKLCH | oklch(0.702 0.288 328.1) |
Copy-ready code
/* CSS */
color: #f63af6;
background-color: #f63af6;
/* Tailwind (arbitrary) */
class="text-[#f63af6] bg-[#f63af6]"
/* SCSS */
$brand: #f63af6;
/* SwiftUI */
Color(red: 0.965, green: 0.227, blue: 0.965)
/* Android */
Color.parseColor("#f63af6")Accessibility — WCAG contrast
Aa
#f63af6 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63af6 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green22.7%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow0.0%
Key (black)3.5%
Color previews
#f63af6 text on a black background
contrast 6.85:1
Card sample
#f63af6 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63af6;
Background color
Panel with #f63af6 background
background-color: #f63af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 58, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 58, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63af6; background: linear-gradient(135deg, #f63af6, #F63A79);