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