#f63cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 60, 191
HSL
318°, 91%, 60%
CMYK
0, 76, 22, 4
Luminance
0.2659
Every format
| HEX | #f63cbf |
| RGB | rgb(246, 60, 191) |
| HSL | hsl(318, 91%, 60%) |
| CMYK | cmyk(0%, 76%, 22%, 4%) |
| LAB | lab(58.6 79.5 -27.6) |
| LCH | lch(58.6 84.1 340.9) |
| OKLCH | oklch(0.676 0.251 342.9) |
Copy-ready code
/* CSS */
color: #f63cbf;
background-color: #f63cbf;
/* Tailwind (arbitrary) */
class="text-[#f63cbf] bg-[#f63cbf]"
/* SCSS */
$brand: #f63cbf;
/* SwiftUI */
Color(red: 0.965, green: 0.235, blue: 0.749)
/* Android */
Color.parseColor("#f63cbf")Accessibility — WCAG contrast
Aa
#f63cbf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63cbf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green23.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow22.4%
Key (black)3.5%
Color previews
#f63cbf text on a black background
contrast 6.32:1
Card sample
#f63cbf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63cbf;
Background color
Panel with #f63cbf background
background-color: #f63cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 60, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 60, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63cbf; background: linear-gradient(135deg, #f63cbf, #F63C43);