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