#fc2eed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 46, 237
HSL
304°, 97%, 58%
CMYK
0, 82, 6, 1
Luminance
0.2876
Every format
| HEX | #fc2eed |
| RGB | rgb(252, 46, 237) |
| HSL | hsl(304, 97%, 58%) |
| CMYK | cmyk(0%, 82%, 6%, 1%) |
| LAB | lab(60.6 90.1 -50.4) |
| LCH | lch(60.6 103.3 330.8) |
| OKLCH | oklch(0.699 0.293 331.7) |
Copy-ready code
/* CSS */
color: #fc2eed;
background-color: #fc2eed;
/* Tailwind (arbitrary) */
class="text-[#fc2eed] bg-[#fc2eed]"
/* SCSS */
$brand: #fc2eed;
/* SwiftUI */
Color(red: 0.988, green: 0.180, blue: 0.929)
/* Android */
Color.parseColor("#fc2eed")Accessibility — WCAG contrast
Aa
#fc2eed on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2eed on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.0%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow6.0%
Key (black)1.2%
Color previews
#fc2eed text on a black background
contrast 6.75:1
Card sample
#fc2eed text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2eed;
Background color
Panel with #fc2eed background
background-color: #fc2eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 46, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 46, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2eed; background: linear-gradient(135deg, #fc2eed, #FC2E63);