#f62bc9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 43, 201
HSL
313°, 92%, 57%
CMYK
0, 83, 18, 4
Luminance
0.2554
Every format
| HEX | #f62bc9 |
| RGB | rgb(246, 43, 201) |
| HSL | hsl(313, 92%, 57%) |
| CMYK | cmyk(0%, 83%, 18%, 4%) |
| LAB | lab(57.6 84.8 -34.8) |
| LCH | lch(57.6 91.7 337.7) |
| OKLCH | oklch(0.671 0.270 339.6) |
Copy-ready code
/* CSS */
color: #f62bc9;
background-color: #f62bc9;
/* Tailwind (arbitrary) */
class="text-[#f62bc9] bg-[#f62bc9]"
/* SCSS */
$brand: #f62bc9;
/* SwiftUI */
Color(red: 0.965, green: 0.169, blue: 0.788)
/* Android */
Color.parseColor("#f62bc9")Accessibility — WCAG contrast
Aa
#f62bc9 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62bc9 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green16.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow18.3%
Key (black)3.5%
Color previews
#f62bc9 text on a black background
contrast 6.11:1
Card sample
#f62bc9 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62bc9;
Background color
Panel with #f62bc9 background
background-color: #f62bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 43, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 43, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62bc9; background: linear-gradient(135deg, #f62bc9, #F62B42);