#f63fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 63, 186
HSL
320°, 91%, 61%
CMYK
0, 74, 24, 4
Luminance
0.2669
Every format
| HEX | #f63fba |
| RGB | rgb(246, 63, 186) |
| HSL | hsl(320, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 24%, 4%) |
| LAB | lab(58.7 78.0 -24.5) |
| LCH | lch(58.7 81.8 342.5) |
| OKLCH | oklch(0.676 0.245 344.5) |
Copy-ready code
/* CSS */
color: #f63fba;
background-color: #f63fba;
/* Tailwind (arbitrary) */
class="text-[#f63fba] bg-[#f63fba]"
/* SCSS */
$brand: #f63fba;
/* SwiftUI */
Color(red: 0.965, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#f63fba")Accessibility — WCAG contrast
Aa
#f63fba on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63fba on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow24.4%
Key (black)3.5%
Color previews
#f63fba text on a black background
contrast 6.34:1
Card sample
#f63fba text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63fba;
Background color
Panel with #f63fba background
background-color: #f63fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63fba; background: linear-gradient(135deg, #f63fba, #F63F40);