#fc3fac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 63, 172
HSL
325°, 97%, 62%
CMYK
0, 75, 32, 1
Luminance
0.2723
Every format
| HEX | #fc3fac |
| RGB | rgb(252, 63, 172) |
| HSL | hsl(325, 97%, 62%) |
| CMYK | cmyk(0%, 75%, 32%, 1%) |
| LAB | lab(59.2 77.8 -15.6) |
| LCH | lch(59.2 79.4 348.7) |
| OKLCH | oklch(0.680 0.242 350.3) |
Copy-ready code
/* CSS */
color: #fc3fac;
background-color: #fc3fac;
/* Tailwind (arbitrary) */
class="text-[#fc3fac] bg-[#fc3fac]"
/* SCSS */
$brand: #fc3fac;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.675)
/* Android */
Color.parseColor("#fc3fac")Accessibility — WCAG contrast
Aa
#fc3fac on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3fac on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow31.7%
Key (black)1.2%
Color previews
#fc3fac text on a black background
contrast 6.45:1
Card sample
#fc3fac text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3fac;
Background color
Panel with #fc3fac background
background-color: #fc3fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3fac; background: linear-gradient(135deg, #fc3fac, #FC503F);