#fc3ace
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 58, 206
HSL
314°, 97%, 61%
CMYK
0, 77, 18, 1
Luminance
0.2818
Every format
| HEX | #fc3ace |
| RGB | rgb(252, 58, 206) |
| HSL | hsl(314, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 18%, 1%) |
| LAB | lab(60.0 83.2 -33.8) |
| LCH | lch(60.0 89.8 337.9) |
| OKLCH | oklch(0.691 0.265 339.8) |
Copy-ready code
/* CSS */
color: #fc3ace;
background-color: #fc3ace;
/* Tailwind (arbitrary) */
class="text-[#fc3ace] bg-[#fc3ace]"
/* SCSS */
$brand: #fc3ace;
/* SwiftUI */
Color(red: 0.988, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#fc3ace")Accessibility — WCAG contrast
Aa
#fc3ace on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3ace on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green22.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow18.3%
Key (black)1.2%
Color previews
#fc3ace text on a black background
contrast 6.64:1
Card sample
#fc3ace text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3ace;
Background color
Panel with #fc3ace background
background-color: #fc3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3ace; background: linear-gradient(135deg, #fc3ace, #FC3A4D);