#fc2dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 45, 254
HSL
299°, 99%, 59%
CMYK
1, 82, 0, 0
Luminance
0.2973
Every format
| HEX | #fc2dfe |
| RGB | rgb(252, 45, 254) |
| HSL | hsl(299, 99%, 59%) |
| CMYK | cmyk(1%, 82%, 0%, 0%) |
| LAB | lab(61.4 92.7 -58.5) |
| LCH | lch(61.4 109.7 327.7) |
| OKLCH | oklch(0.708 0.305 327.8) |
Copy-ready code
/* CSS */
color: #fc2dfe;
background-color: #fc2dfe;
/* Tailwind (arbitrary) */
class="text-[#fc2dfe] bg-[#fc2dfe]"
/* SCSS */
$brand: #fc2dfe;
/* SwiftUI */
Color(red: 0.988, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#fc2dfe")Accessibility — WCAG contrast
Aa
#fc2dfe on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2dfe on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.6%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fc2dfe text on a black background
contrast 6.95:1
Card sample
#fc2dfe text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2dfe;
Background color
Panel with #fc2dfe background
background-color: #fc2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2dfe; background: linear-gradient(135deg, #fc2dfe, #FE2D75);