#fc4cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 76, 251
HSL
300°, 97%, 64%
CMYK
0, 70, 0, 1
Luminance
0.3283
Every format
| HEX | #fc4cfb |
| RGB | rgb(252, 76, 251) |
| HSL | hsl(300, 97%, 64%) |
| CMYK | cmyk(0%, 70%, 0%, 1%) |
| LAB | lab(64.0 84.3 -52.7) |
| LCH | lch(64.0 99.5 328.0) |
| OKLCH | oklch(0.726 0.277 328.2) |
Copy-ready code
/* CSS */
color: #fc4cfb;
background-color: #fc4cfb;
/* Tailwind (arbitrary) */
class="text-[#fc4cfb] bg-[#fc4cfb]"
/* SCSS */
$brand: #fc4cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#fc4cfb")Accessibility — WCAG contrast
Aa
#fc4cfb on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4cfb on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.8%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow0.4%
Key (black)1.2%
Color previews
#fc4cfb text on a black background
contrast 7.57:1
Card sample
#fc4cfb text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4cfb;
Background color
Panel with #fc4cfb background
background-color: #fc4cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4cfb; background: linear-gradient(135deg, #fc4cfb, #FC4C86);