#f63fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 63, 223
HSL
308°, 91%, 61%
CMYK
0, 74, 9, 4
Luminance
0.2848
Every format
| HEX | #f63fdf |
| RGB | rgb(246, 63, 223) |
| HSL | hsl(308, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 9%, 4%) |
| LAB | lab(60.3 82.8 -43.1) |
| LCH | lch(60.3 93.4 332.5) |
| OKLCH | oklch(0.693 0.268 333.8) |
Copy-ready code
/* CSS */
color: #f63fdf;
background-color: #f63fdf;
/* Tailwind (arbitrary) */
class="text-[#f63fdf] bg-[#f63fdf]"
/* SCSS */
$brand: #f63fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#f63fdf")Accessibility — WCAG contrast
Aa
#f63fdf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63fdf on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow9.3%
Key (black)3.5%
Color previews
#f63fdf text on a black background
contrast 6.70:1
Card sample
#f63fdf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63fdf;
Background color
Panel with #f63fdf background
background-color: #f63fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63fdf; background: linear-gradient(135deg, #f63fdf, #F63F65);