#f62fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 47, 186
HSL
318°, 92%, 58%
CMYK
0, 81, 24, 4
Luminance
0.2517
Every format
| HEX | #f62fba |
| RGB | rgb(246, 47, 186) |
| HSL | hsl(318, 92%, 58%) |
| CMYK | cmyk(0%, 81%, 24%, 4%) |
| LAB | lab(57.3 82.1 -26.8) |
| LCH | lch(57.3 86.4 342.0) |
| OKLCH | oklch(0.666 0.259 344.0) |
Copy-ready code
/* CSS */
color: #f62fba;
background-color: #f62fba;
/* Tailwind (arbitrary) */
class="text-[#f62fba] bg-[#f62fba]"
/* SCSS */
$brand: #f62fba;
/* SwiftUI */
Color(red: 0.965, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#f62fba")Accessibility — WCAG contrast
Aa
#f62fba on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62fba on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow24.4%
Key (black)3.5%
Color previews
#f62fba text on a black background
contrast 6.03:1
Card sample
#f62fba text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62fba;
Background color
Panel with #f62fba background
background-color: #f62fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62fba; background: linear-gradient(135deg, #f62fba, #F62F36);