#fc3fbc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 63, 188
HSL
320°, 97%, 62%
CMYK
0, 75, 25, 1
Luminance
0.2788
Every format
| HEX | #fc3fbc |
| RGB | rgb(252, 63, 188) |
| HSL | hsl(320, 97%, 62%) |
| CMYK | cmyk(0%, 75%, 25%, 1%) |
| LAB | lab(59.8 79.6 -23.9) |
| LCH | lch(59.8 83.2 343.3) |
| OKLCH | oklch(0.686 0.250 345.3) |
Copy-ready code
/* CSS */
color: #fc3fbc;
background-color: #fc3fbc;
/* Tailwind (arbitrary) */
class="text-[#fc3fbc] bg-[#fc3fbc]"
/* SCSS */
$brand: #fc3fbc;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.737)
/* Android */
Color.parseColor("#fc3fbc")Accessibility — WCAG contrast
Aa
#fc3fbc on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3fbc on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow25.4%
Key (black)1.2%
Color previews
#fc3fbc text on a black background
contrast 6.58:1
Card sample
#fc3fbc text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3fbc;
Background color
Panel with #fc3fbc background
background-color: #fc3fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3fbc; background: linear-gradient(135deg, #fc3fbc, #FC403F);