#fc3da2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 61, 162
HSL
328°, 97%, 61%
CMYK
0, 76, 36, 1
Luminance
0.2664
Every format
| HEX | #fc3da2 |
| RGB | rgb(252, 61, 162) |
| HSL | hsl(328, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 36%, 1%) |
| LAB | lab(58.6 77.3 -10.6) |
| LCH | lch(58.6 78.1 352.2) |
| OKLCH | oklch(0.675 0.239 353.5) |
Copy-ready code
/* CSS */
color: #fc3da2;
background-color: #fc3da2;
/* Tailwind (arbitrary) */
class="text-[#fc3da2] bg-[#fc3da2]"
/* SCSS */
$brand: #fc3da2;
/* SwiftUI */
Color(red: 0.988, green: 0.239, blue: 0.635)
/* Android */
Color.parseColor("#fc3da2")Accessibility — WCAG contrast
Aa
#fc3da2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3da2 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow35.7%
Key (black)1.2%
Color previews
#fc3da2 text on a black background
contrast 6.33:1
Card sample
#fc3da2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3da2;
Background color
Panel with #fc3da2 background
background-color: #fc3da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 61, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 61, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3da2; background: linear-gradient(135deg, #fc3da2, #FC583D);