#f63fd7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 63, 215
HSL
310°, 91%, 61%
CMYK
0, 74, 13, 4
Luminance
0.2805
Every format
| HEX | #f63fd7 |
| RGB | rgb(246, 63, 215) |
| HSL | hsl(310, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 13%, 4%) |
| LAB | lab(59.9 81.7 -39.1) |
| LCH | lch(59.9 90.6 334.4) |
| OKLCH | oklch(0.690 0.263 336.0) |
Copy-ready code
/* CSS */
color: #f63fd7;
background-color: #f63fd7;
/* Tailwind (arbitrary) */
class="text-[#f63fd7] bg-[#f63fd7]"
/* SCSS */
$brand: #f63fd7;
/* SwiftUI */
Color(red: 0.965, green: 0.247, blue: 0.843)
/* Android */
Color.parseColor("#f63fd7")Accessibility — WCAG contrast
Aa
#f63fd7 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63fd7 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.7%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow12.6%
Key (black)3.5%
Color previews
#f63fd7 text on a black background
contrast 6.61:1
Card sample
#f63fd7 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63fd7;
Background color
Panel with #f63fd7 background
background-color: #f63fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 63, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 63, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63fd7; background: linear-gradient(135deg, #f63fd7, #F63F5D);