#fc4bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 75, 253
HSL
300°, 98%, 64%
CMYK
0, 70, 0, 1
Luminance
0.3282
Every format
| HEX | #fc4bfd |
| RGB | rgb(252, 75, 253) |
| HSL | hsl(300, 98%, 64%) |
| CMYK | cmyk(0%, 70%, 0%, 1%) |
| LAB | lab(64.0 84.9 -53.9) |
| LCH | lch(64.0 100.6 327.6) |
| OKLCH | oklch(0.727 0.280 327.7) |
Copy-ready code
/* CSS */
color: #fc4bfd;
background-color: #fc4bfd;
/* Tailwind (arbitrary) */
class="text-[#fc4bfd] bg-[#fc4bfd]"
/* SCSS */
$brand: #fc4bfd;
/* SwiftUI */
Color(red: 0.988, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#fc4bfd")Accessibility — WCAG contrast
Aa
#fc4bfd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4bfd on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.4%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fc4bfd text on a black background
contrast 7.56:1
Card sample
#fc4bfd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4bfd;
Background color
Panel with #fc4bfd background
background-color: #fc4bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4bfd; background: linear-gradient(135deg, #fc4bfd, #FD4B87);