#fc3cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 60, 253
HSL
300°, 98%, 61%
CMYK
0, 76, 0, 1
Luminance
0.3102
Every format
| HEX | #fc3cfd |
| RGB | rgb(252, 60, 253) |
| HSL | hsl(300, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 0%, 1%) |
| LAB | lab(62.5 89.2 -56.2) |
| LCH | lch(62.5 105.5 327.8) |
| OKLCH | oklch(0.716 0.293 327.9) |
Copy-ready code
/* CSS */
color: #fc3cfd;
background-color: #fc3cfd;
/* Tailwind (arbitrary) */
class="text-[#fc3cfd] bg-[#fc3cfd]"
/* SCSS */
$brand: #fc3cfd;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#fc3cfd")Accessibility — WCAG contrast
Aa
#fc3cfd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3cfd on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fc3cfd text on a black background
contrast 7.20:1
Card sample
#fc3cfd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3cfd;
Background color
Panel with #fc3cfd background
background-color: #fc3cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3cfd; background: linear-gradient(135deg, #fc3cfd, #FD3C7D);