#fc2cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 44, 251
HSL
300°, 97%, 58%
CMYK
0, 83, 0, 1
Luminance
0.2946
Every format
| HEX | #fc2cfb |
| RGB | rgb(252, 44, 251) |
| HSL | hsl(300, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 0%, 1%) |
| LAB | lab(61.2 92.5 -57.3) |
| LCH | lch(61.2 108.8 328.2) |
| OKLCH | oklch(0.706 0.304 328.4) |
Copy-ready code
/* CSS */
color: #fc2cfb;
background-color: #fc2cfb;
/* Tailwind (arbitrary) */
class="text-[#fc2cfb] bg-[#fc2cfb]"
/* SCSS */
$brand: #fc2cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#fc2cfb")Accessibility — WCAG contrast
Aa
#fc2cfb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2cfb on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow0.4%
Key (black)1.2%
Color previews
#fc2cfb text on a black background
contrast 6.89:1
Card sample
#fc2cfb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2cfb;
Background color
Panel with #fc2cfb background
background-color: #fc2cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2cfb; background: linear-gradient(135deg, #fc2cfb, #FC2C70);