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