#f62eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 46, 179
HSL
320°, 92%, 57%
CMYK
0, 81, 27, 4
Luminance
0.2480
Every format
| HEX | #f62eb3 |
| RGB | rgb(246, 46, 179) |
| HSL | hsl(320, 92%, 57%) |
| CMYK | cmyk(0%, 81%, 27%, 4%) |
| LAB | lab(56.9 81.6 -23.3) |
| LCH | lch(56.9 84.8 344.1) |
| OKLCH | oklch(0.662 0.256 346.0) |
Copy-ready code
/* CSS */
color: #f62eb3;
background-color: #f62eb3;
/* Tailwind (arbitrary) */
class="text-[#f62eb3] bg-[#f62eb3]"
/* SCSS */
$brand: #f62eb3;
/* SwiftUI */
Color(red: 0.965, green: 0.180, blue: 0.702)
/* Android */
Color.parseColor("#f62eb3")Accessibility — WCAG contrast
Aa
#f62eb3 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62eb3 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green18.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow27.2%
Key (black)3.5%
Color previews
#f62eb3 text on a black background
contrast 5.96:1
Card sample
#f62eb3 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62eb3;
Background color
Panel with #f62eb3 background
background-color: #f62eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 46, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 46, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62eb3; background: linear-gradient(135deg, #f62eb3, #F62F2E);