#fc3bcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 59, 207
HSL
314°, 97%, 61%
CMYK
0, 77, 18, 1
Luminance
0.2833
Every format
| HEX | #fc3bcf |
| RGB | rgb(252, 59, 207) |
| HSL | hsl(314, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 18%, 1%) |
| LAB | lab(60.2 83.1 -34.1) |
| LCH | lch(60.2 89.8 337.7) |
| OKLCH | oklch(0.692 0.264 339.5) |
Copy-ready code
/* CSS */
color: #fc3bcf;
background-color: #fc3bcf;
/* Tailwind (arbitrary) */
class="text-[#fc3bcf] bg-[#fc3bcf]"
/* SCSS */
$brand: #fc3bcf;
/* SwiftUI */
Color(red: 0.988, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#fc3bcf")Accessibility — WCAG contrast
Aa
#fc3bcf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3bcf on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow17.9%
Key (black)1.2%
Color previews
#fc3bcf text on a black background
contrast 6.67:1
Card sample
#fc3bcf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3bcf;
Background color
Panel with #fc3bcf background
background-color: #fc3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3bcf; background: linear-gradient(135deg, #fc3bcf, #FC3B4E);