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