#fd5dab
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 93, 171
HSL
331°, 98%, 68%
CMYK
0, 63, 32, 1
Luminance
0.3165
Every format
| HEX | #fd5dab |
| RGB | rgb(253, 93, 171) |
| HSL | hsl(331, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 32%, 1%) |
| LAB | lab(63.1 67.6 -9.2) |
| LCH | lch(63.1 68.2 352.3) |
| OKLCH | oklch(0.709 0.207 353.5) |
Copy-ready code
/* CSS */
color: #fd5dab;
background-color: #fd5dab;
/* Tailwind (arbitrary) */
class="text-[#fd5dab] bg-[#fd5dab]"
/* SCSS */
$brand: #fd5dab;
/* SwiftUI */
Color(red: 0.992, green: 0.365, blue: 0.671)
/* Android */
Color.parseColor("#fd5dab")Accessibility — WCAG contrast
Aa
#fd5dab on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5dab on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow32.4%
Key (black)0.8%
Color previews
#fd5dab text on a black background
contrast 7.33:1
Card sample
#fd5dab text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5dab;
Background color
Panel with #fd5dab background
background-color: #fd5dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 93, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 93, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5dab; background: linear-gradient(135deg, #fd5dab, #FD7A5D);