#fc3dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 61, 254
HSL
299°, 99%, 62%
CMYK
1, 76, 0, 0
Luminance
0.3119
Every format
| HEX | #fc3dfe |
| RGB | rgb(252, 61, 254) |
| HSL | hsl(299, 99%, 62%) |
| CMYK | cmyk(1%, 76%, 0%, 0%) |
| LAB | lab(62.7 89.1 -56.5) |
| LCH | lch(62.7 105.5 327.6) |
| OKLCH | oklch(0.717 0.293 327.6) |
Copy-ready code
/* CSS */
color: #fc3dfe;
background-color: #fc3dfe;
/* Tailwind (arbitrary) */
class="text-[#fc3dfe] bg-[#fc3dfe]"
/* SCSS */
$brand: #fc3dfe;
/* SwiftUI */
Color(red: 0.988, green: 0.239, blue: 0.996)
/* Android */
Color.parseColor("#fc3dfe")Accessibility — WCAG contrast
Aa
#fc3dfe on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3dfe on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.9%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta76.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fc3dfe text on a black background
contrast 7.24:1
Card sample
#fc3dfe text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3dfe;
Background color
Panel with #fc3dfe background
background-color: #fc3dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 61, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 61, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3dfe; background: linear-gradient(135deg, #fc3dfe, #FE3D7F);