#f62eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 46, 238
HSL
302°, 92%, 57%
CMYK
0, 81, 3, 4
Luminance
0.2772
Every format
| HEX | #f62eee |
| RGB | rgb(246, 46, 238) |
| HSL | hsl(302, 92%, 57%) |
| CMYK | cmyk(0%, 81%, 3%, 4%) |
| LAB | lab(59.6 89.2 -52.5) |
| LCH | lch(59.6 103.5 329.5) |
| OKLCH | oklch(0.691 0.291 330.1) |
Copy-ready code
/* CSS */
color: #f62eee;
background-color: #f62eee;
/* Tailwind (arbitrary) */
class="text-[#f62eee] bg-[#f62eee]"
/* SCSS */
$brand: #f62eee;
/* SwiftUI */
Color(red: 0.965, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#f62eee")Accessibility — WCAG contrast
Aa
#f62eee on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62eee on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow3.3%
Key (black)3.5%
Color previews
#f62eee text on a black background
contrast 6.54:1
Card sample
#f62eee text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62eee;
Background color
Panel with #f62eee background
background-color: #f62eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62eee; background: linear-gradient(135deg, #f62eee, #F62E69);