#fc2c9b
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 44, 155
HSL
328°, 97%, 58%
CMYK
0, 83, 39, 1
Luminance
0.2486
Every format
| HEX | #fc2c9b |
| RGB | rgb(252, 44, 155) |
| HSL | hsl(328, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 39%, 1%) |
| LAB | lab(57.0 80.9 -9.0) |
| LCH | lch(57.0 81.4 353.6) |
| OKLCH | oklch(0.662 0.250 354.8) |
Copy-ready code
/* CSS */
color: #fc2c9b;
background-color: #fc2c9b;
/* Tailwind (arbitrary) */
class="text-[#fc2c9b] bg-[#fc2c9b]"
/* SCSS */
$brand: #fc2c9b;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.608)
/* Android */
Color.parseColor("#fc2c9b")Accessibility — WCAG contrast
Aa
#fc2c9b on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2c9b on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow38.5%
Key (black)1.2%
Color previews
#fc2c9b text on a black background
contrast 5.97:1
Card sample
#fc2c9b text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2c9b;
Background color
Panel with #fc2c9b background
background-color: #fc2c9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2c9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2c9b; background: linear-gradient(135deg, #fc2c9b, #FC482C);