#fc3acb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 58, 203
HSL
315°, 97%, 61%
CMYK
0, 77, 19, 1
Luminance
0.2803
Every format
| HEX | #fc3acb |
| RGB | rgb(252, 58, 203) |
| HSL | hsl(315, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 19%, 1%) |
| LAB | lab(59.9 82.8 -32.3) |
| LCH | lch(59.9 88.9 338.7) |
| OKLCH | oklch(0.690 0.263 340.6) |
Copy-ready code
/* CSS */
color: #fc3acb;
background-color: #fc3acb;
/* Tailwind (arbitrary) */
class="text-[#fc3acb] bg-[#fc3acb]"
/* SCSS */
$brand: #fc3acb;
/* SwiftUI */
Color(red: 0.988, green: 0.227, blue: 0.796)
/* Android */
Color.parseColor("#fc3acb")Accessibility — WCAG contrast
Aa
#fc3acb on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3acb on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green22.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow19.4%
Key (black)1.2%
Color previews
#fc3acb text on a black background
contrast 6.61:1
Card sample
#fc3acb text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3acb;
Background color
Panel with #fc3acb background
background-color: #fc3acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 58, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 58, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3acb; background: linear-gradient(135deg, #fc3acb, #FC3A4A);