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