#fc4ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 79, 252
HSL
300°, 97%, 65%
CMYK
0, 69, 0, 1
Luminance
0.3332
Every format
| HEX | #fc4ffc |
| RGB | rgb(252, 79, 252) |
| HSL | hsl(300, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 0%, 1%) |
| LAB | lab(64.4 83.5 -52.7) |
| LCH | lch(64.4 98.7 327.8) |
| OKLCH | oklch(0.729 0.275 327.9) |
Copy-ready code
/* CSS */
color: #fc4ffc;
background-color: #fc4ffc;
/* Tailwind (arbitrary) */
class="text-[#fc4ffc] bg-[#fc4ffc]"
/* SCSS */
$brand: #fc4ffc;
/* SwiftUI */
Color(red: 0.988, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#fc4ffc")Accessibility — WCAG contrast
Aa
#fc4ffc on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4ffc on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green31.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#fc4ffc text on a black background
contrast 7.66:1
Card sample
#fc4ffc text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4ffc;
Background color
Panel with #fc4ffc background
background-color: #fc4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4ffc; background: linear-gradient(135deg, #fc4ffc, #FC4F89);