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