#f62fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 47, 223
HSL
307°, 92%, 58%
CMYK
0, 81, 9, 4
Luminance
0.2695
Every format
| HEX | #f62fdf |
| RGB | rgb(246, 47, 223) |
| HSL | hsl(307, 92%, 58%) |
| CMYK | cmyk(0%, 81%, 9%, 4%) |
| LAB | lab(58.9 86.8 -45.2) |
| LCH | lch(58.9 97.9 332.5) |
| OKLCH | oklch(0.683 0.281 333.8) |
Copy-ready code
/* CSS */
color: #f62fdf;
background-color: #f62fdf;
/* Tailwind (arbitrary) */
class="text-[#f62fdf] bg-[#f62fdf]"
/* SCSS */
$brand: #f62fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#f62fdf")Accessibility — WCAG contrast
Aa
#f62fdf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62fdf on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f62fdf text on a black background
contrast 6.39:1
Card sample
#f62fdf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62fdf;
Background color
Panel with #f62fdf background
background-color: #f62fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62fdf; background: linear-gradient(135deg, #f62fdf, #F62F5B);