#fc4fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 79, 186
HSL
323°, 97%, 65%
CMYK
0, 69, 26, 1
Luminance
0.2983
Every format
| HEX | #fc4fba |
| RGB | rgb(252, 79, 186) |
| HSL | hsl(323, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 26%, 1%) |
| LAB | lab(61.5 74.3 -20.1) |
| LCH | lch(61.5 77.0 344.9) |
| OKLCH | oklch(0.699 0.232 346.7) |
Copy-ready code
/* CSS */
color: #fc4fba;
background-color: #fc4fba;
/* Tailwind (arbitrary) */
class="text-[#fc4fba] bg-[#fc4fba]"
/* SCSS */
$brand: #fc4fba;
/* SwiftUI */
Color(red: 0.988, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#fc4fba")Accessibility — WCAG contrast
Aa
#fc4fba on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4fba on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow26.2%
Key (black)1.2%
Color previews
#fc4fba text on a black background
contrast 6.97:1
Card sample
#fc4fba text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4fba;
Background color
Panel with #fc4fba background
background-color: #fc4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4fba; background: linear-gradient(135deg, #fc4fba, #FC574F);