#fc3cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 60, 186
HSL
321°, 97%, 61%
CMYK
0, 76, 26, 1
Luminance
0.2747
Every format
| HEX | #fc3cba |
| RGB | rgb(252, 60, 186) |
| HSL | hsl(321, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 26%, 1%) |
| LAB | lab(59.4 80.2 -23.3) |
| LCH | lch(59.4 83.6 343.8) |
| OKLCH | oklch(0.683 0.252 345.7) |
Copy-ready code
/* CSS */
color: #fc3cba;
background-color: #fc3cba;
/* Tailwind (arbitrary) */
class="text-[#fc3cba] bg-[#fc3cba]"
/* SCSS */
$brand: #fc3cba;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.729)
/* Android */
Color.parseColor("#fc3cba")Accessibility — WCAG contrast
Aa
#fc3cba on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3cba on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow26.2%
Key (black)1.2%
Color previews
#fc3cba text on a black background
contrast 6.49:1
Card sample
#fc3cba text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3cba;
Background color
Panel with #fc3cba background
background-color: #fc3cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3cba; background: linear-gradient(135deg, #fc3cba, #FC3E3C);