#fc3aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 58, 239
HSL
304°, 97%, 61%
CMYK
0, 77, 5, 1
Luminance
0.2995
Every format
| HEX | #fc3aef |
| RGB | rgb(252, 58, 239) |
| HSL | hsl(304, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 5%, 1%) |
| LAB | lab(61.6 87.7 -49.9) |
| LCH | lch(61.6 100.9 330.3) |
| OKLCH | oklch(0.707 0.286 331.2) |
Copy-ready code
/* CSS */
color: #fc3aef;
background-color: #fc3aef;
/* Tailwind (arbitrary) */
class="text-[#fc3aef] bg-[#fc3aef]"
/* SCSS */
$brand: #fc3aef;
/* SwiftUI */
Color(red: 0.988, green: 0.227, blue: 0.937)
/* Android */
Color.parseColor("#fc3aef")Accessibility — WCAG contrast
Aa
#fc3aef on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3aef on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green22.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow5.2%
Key (black)1.2%
Color previews
#fc3aef text on a black background
contrast 6.99:1
Card sample
#fc3aef text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3aef;
Background color
Panel with #fc3aef background
background-color: #fc3aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 58, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 58, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3aef; background: linear-gradient(135deg, #fc3aef, #FC3A6E);