#fc2fbc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 47, 188
HSL
319°, 97%, 59%
CMYK
0, 81, 25, 1
Luminance
0.2636
Every format
| HEX | #fc2fbc |
| RGB | rgb(252, 47, 188) |
| HSL | hsl(319, 97%, 59%) |
| CMYK | cmyk(0%, 81%, 25%, 1%) |
| LAB | lab(58.4 83.7 -26.1) |
| LCH | lch(58.4 87.6 342.7) |
| OKLCH | oklch(0.676 0.263 344.7) |
Copy-ready code
/* CSS */
color: #fc2fbc;
background-color: #fc2fbc;
/* Tailwind (arbitrary) */
class="text-[#fc2fbc] bg-[#fc2fbc]"
/* SCSS */
$brand: #fc2fbc;
/* SwiftUI */
Color(red: 0.988, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#fc2fbc")Accessibility — WCAG contrast
Aa
#fc2fbc on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2fbc on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow25.4%
Key (black)1.2%
Color previews
#fc2fbc text on a black background
contrast 6.27:1
Card sample
#fc2fbc text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2fbc;
Background color
Panel with #fc2fbc background
background-color: #fc2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2fbc; background: linear-gradient(135deg, #fc2fbc, #FC2F33);