#f62df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 45, 240
HSL
302°, 92%, 57%
CMYK
0, 82, 2, 4
Luminance
0.2776
Every format
| HEX | #f62df0 |
| RGB | rgb(246, 45, 240) |
| HSL | hsl(302, 92%, 57%) |
| CMYK | cmyk(0%, 82%, 2%, 4%) |
| LAB | lab(59.7 89.6 -53.6) |
| LCH | lch(59.7 104.5 329.1) |
| OKLCH | oklch(0.692 0.293 329.6) |
Copy-ready code
/* CSS */
color: #f62df0;
background-color: #f62df0;
/* Tailwind (arbitrary) */
class="text-[#f62df0] bg-[#f62df0]"
/* SCSS */
$brand: #f62df0;
/* SwiftUI */
Color(red: 0.965, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#f62df0")Accessibility — WCAG contrast
Aa
#f62df0 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62df0 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green17.6%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow2.4%
Key (black)3.5%
Color previews
#f62df0 text on a black background
contrast 6.55:1
Card sample
#f62df0 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62df0;
Background color
Panel with #f62df0 background
background-color: #f62df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62df0; background: linear-gradient(135deg, #f62df0, #F62D6A);