#fd7dab
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 125, 171
HSL
338°, 97%, 74%
CMYK
0, 51, 32, 1
Luminance
0.3849
Every format
| HEX | #fd7dab |
| RGB | rgb(253, 125, 171) |
| HSL | hsl(338, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 32%, 1%) |
| LAB | lab(68.4 53.4 -1.3) |
| LCH | lch(68.4 53.4 358.6) |
| OKLCH | oklch(0.749 0.162 359.0) |
Copy-ready code
/* CSS */
color: #fd7dab;
background-color: #fd7dab;
/* Tailwind (arbitrary) */
class="text-[#fd7dab] bg-[#fd7dab]"
/* SCSS */
$brand: #fd7dab;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.671)
/* Android */
Color.parseColor("#fd7dab")Accessibility — WCAG contrast
Aa
#fd7dab on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dab on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow32.4%
Key (black)0.8%
Color previews
#fd7dab text on a black background
contrast 8.70:1
Card sample
#fd7dab text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dab;
Background color
Panel with #fd7dab background
background-color: #fd7dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dab; background: linear-gradient(135deg, #fd7dab, #FDA47D);