#fd5dda
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 93, 218
HSL
313°, 98%, 68%
CMYK
0, 63, 14, 1
Luminance
0.3377
Every format
| HEX | #fd5dda |
| RGB | rgb(253, 93, 218) |
| HSL | hsl(313, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 14%, 1%) |
| LAB | lab(64.8 73.6 -33.2) |
| LCH | lch(64.8 80.8 335.7) |
| OKLCH | oklch(0.727 0.234 337.4) |
Copy-ready code
/* CSS */
color: #fd5dda;
background-color: #fd5dda;
/* Tailwind (arbitrary) */
class="text-[#fd5dda] bg-[#fd5dda]"
/* SCSS */
$brand: #fd5dda;
/* SwiftUI */
Color(red: 0.992, green: 0.365, blue: 0.855)
/* Android */
Color.parseColor("#fd5dda")Accessibility — WCAG contrast
Aa
#fd5dda on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5dda on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fd5dda text on a black background
contrast 7.75:1
Card sample
#fd5dda text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5dda;
Background color
Panel with #fd5dda background
background-color: #fd5dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 93, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 93, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5dda; background: linear-gradient(135deg, #fd5dda, #FD5D6F);