#fc3bc2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 59, 194
HSL
318°, 97%, 61%
CMYK
0, 77, 23, 1
Luminance
0.2772
Every format
| HEX | #fc3bc2 |
| RGB | rgb(252, 59, 194) |
| HSL | hsl(318, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 23%, 1%) |
| LAB | lab(59.6 81.5 -27.6) |
| LCH | lch(59.6 86.0 341.3) |
| OKLCH | oklch(0.686 0.257 343.3) |
Copy-ready code
/* CSS */
color: #fc3bc2;
background-color: #fc3bc2;
/* Tailwind (arbitrary) */
class="text-[#fc3bc2] bg-[#fc3bc2]"
/* SCSS */
$brand: #fc3bc2;
/* SwiftUI */
Color(red: 0.988, green: 0.231, blue: 0.761)
/* Android */
Color.parseColor("#fc3bc2")Accessibility — WCAG contrast
Aa
#fc3bc2 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3bc2 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow23.0%
Key (black)1.2%
Color previews
#fc3bc2 text on a black background
contrast 6.54:1
Card sample
#fc3bc2 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3bc2;
Background color
Panel with #fc3bc2 background
background-color: #fc3bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 59, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 59, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3bc2; background: linear-gradient(135deg, #fc3bc2, #FC3B42);