#fc41eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 65, 235
HSL
306°, 97%, 62%
CMYK
0, 74, 7, 1
Luminance
0.3047
Every format
| HEX | #fc41eb |
| RGB | rgb(252, 65, 235) |
| HSL | hsl(306, 97%, 62%) |
| CMYK | cmyk(0%, 74%, 7%, 1%) |
| LAB | lab(62.1 85.2 -47.0) |
| LCH | lch(62.1 97.3 331.1) |
| OKLCH | oklch(0.710 0.277 332.2) |
Copy-ready code
/* CSS */
color: #fc41eb;
background-color: #fc41eb;
/* Tailwind (arbitrary) */
class="text-[#fc41eb] bg-[#fc41eb]"
/* SCSS */
$brand: #fc41eb;
/* SwiftUI */
Color(red: 0.988, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#fc41eb")Accessibility — WCAG contrast
Aa
#fc41eb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc41eb on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green25.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow6.7%
Key (black)1.2%
Color previews
#fc41eb text on a black background
contrast 7.09:1
Card sample
#fc41eb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc41eb;
Background color
Panel with #fc41eb background
background-color: #fc41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc41eb; background: linear-gradient(135deg, #fc41eb, #FC416E);