#fd2dda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 45, 218
HSL
310°, 98%, 58%
CMYK
0, 82, 14, 1
Luminance
0.2782
Every format
| HEX | #fd2dda |
| RGB | rgb(253, 45, 218) |
| HSL | hsl(310, 98%, 58%) |
| CMYK | cmyk(0%, 82%, 14%, 1%) |
| LAB | lab(59.7 88.0 -41.1) |
| LCH | lch(59.7 97.1 335.0) |
| OKLCH | oklch(0.691 0.282 336.6) |
Copy-ready code
/* CSS */
color: #fd2dda;
background-color: #fd2dda;
/* Tailwind (arbitrary) */
class="text-[#fd2dda] bg-[#fd2dda]"
/* SCSS */
$brand: #fd2dda;
/* SwiftUI */
Color(red: 0.992, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#fd2dda")Accessibility — WCAG contrast
Aa
#fd2dda on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2dda on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fd2dda text on a black background
contrast 6.56:1
Card sample
#fd2dda text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2dda;
Background color
Panel with #fd2dda background
background-color: #fd2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2dda; background: linear-gradient(135deg, #fd2dda, #FD2D4F);