#fd3fdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 220
HSL
310°, 98%, 62%
CMYK
0, 75, 13, 1
Luminance
0.2960
Every format
| HEX | #fd3fdc |
| RGB | rgb(253, 63, 220) |
| HSL | hsl(310, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 13%, 1%) |
| LAB | lab(61.3 83.9 -39.7) |
| LCH | lch(61.3 92.8 334.7) |
| OKLCH | oklch(0.702 0.269 336.3) |
Copy-ready code
/* CSS */
color: #fd3fdc;
background-color: #fd3fdc;
/* Tailwind (arbitrary) */
class="text-[#fd3fdc] bg-[#fd3fdc]"
/* SCSS */
$brand: #fd3fdc;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.863)
/* Android */
Color.parseColor("#fd3fdc")Accessibility — WCAG contrast
Aa
#fd3fdc on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3fdc on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow13.0%
Key (black)0.8%
Color previews
#fd3fdc text on a black background
contrast 6.92:1
Card sample
#fd3fdc text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fdc;
Background color
Panel with #fd3fdc background
background-color: #fd3fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fdc; background: linear-gradient(135deg, #fd3fdc, #FD3F5E);