#fd2ecd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 46, 205
HSL
314°, 98%, 59%
CMYK
0, 82, 19, 1
Luminance
0.2724
Every format
| HEX | #fd2ecd |
| RGB | rgb(253, 46, 205) |
| HSL | hsl(314, 98%, 59%) |
| CMYK | cmyk(0%, 82%, 19%, 1%) |
| LAB | lab(59.2 86.1 -34.5) |
| LCH | lch(59.2 92.8 338.2) |
| OKLCH | oklch(0.685 0.274 340.1) |
Copy-ready code
/* CSS */
color: #fd2ecd;
background-color: #fd2ecd;
/* Tailwind (arbitrary) */
class="text-[#fd2ecd] bg-[#fd2ecd]"
/* SCSS */
$brand: #fd2ecd;
/* SwiftUI */
Color(red: 0.992, green: 0.180, blue: 0.804)
/* Android */
Color.parseColor("#fd2ecd")Accessibility — WCAG contrast
Aa
#fd2ecd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2ecd on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow19.0%
Key (black)0.8%
Color previews
#fd2ecd text on a black background
contrast 6.45:1
Card sample
#fd2ecd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2ecd;
Background color
Panel with #fd2ecd background
background-color: #fd2ecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2ecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 46, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 46, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2ecd; background: linear-gradient(135deg, #fd2ecd, #FD2E43);