#fd8dad
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 141, 173
HSL
343°, 97%, 77%
CMYK
0, 44, 32, 1
Luminance
0.4295
Every format
| HEX | #fd8dad |
| RGB | rgb(253, 141, 173) |
| HSL | hsl(343, 97%, 77%) |
| CMYK | cmyk(0%, 44%, 32%, 1%) |
| LAB | lab(71.5 45.8 2.2) |
| LCH | lch(71.5 45.9 2.7) |
| OKLCH | oklch(0.772 0.139 2.6) |
Copy-ready code
/* CSS */
color: #fd8dad;
background-color: #fd8dad;
/* Tailwind (arbitrary) */
class="text-[#fd8dad] bg-[#fd8dad]"
/* SCSS */
$brand: #fd8dad;
/* SwiftUI */
Color(red: 0.992, green: 0.553, blue: 0.678)
/* Android */
Color.parseColor("#fd8dad")Accessibility — WCAG contrast
Aa
#fd8dad on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8dad on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fd8dad text on a black background
contrast 9.59:1
Card sample
#fd8dad text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8dad;
Background color
Panel with #fd8dad background
background-color: #fd8dad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8dad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 141, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 141, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8dad; background: linear-gradient(135deg, #fd8dad, #FDB88D);