#fc4fbc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 79, 188
HSL
322°, 97%, 65%
CMYK
0, 69, 25, 1
Luminance
0.2992
Every format
| HEX | #fc4fbc |
| RGB | rgb(252, 79, 188) |
| HSL | hsl(322, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 25%, 1%) |
| LAB | lab(61.6 74.6 -21.1) |
| LCH | lch(61.6 77.5 344.2) |
| OKLCH | oklch(0.700 0.233 346.1) |
Copy-ready code
/* CSS */
color: #fc4fbc;
background-color: #fc4fbc;
/* Tailwind (arbitrary) */
class="text-[#fc4fbc] bg-[#fc4fbc]"
/* SCSS */
$brand: #fc4fbc;
/* SwiftUI */
Color(red: 0.988, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#fc4fbc")Accessibility — WCAG contrast
Aa
#fc4fbc on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4fbc on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green31.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow25.4%
Key (black)1.2%
Color previews
#fc4fbc text on a black background
contrast 6.98:1
Card sample
#fc4fbc text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4fbc;
Background color
Panel with #fc4fbc background
background-color: #fc4fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4fbc; background: linear-gradient(135deg, #fc4fbc, #FC554F);