#fd8fd7
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 143, 215
HSL
321°, 97%, 78%
CMYK
0, 44, 15, 1
Luminance
0.4543
Every format
| HEX | #fd8fd7 |
| RGB | rgb(253, 143, 215) |
| HSL | hsl(321, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 15%, 1%) |
| LAB | lab(73.2 50.6 -18.6) |
| LCH | lch(73.2 54.0 339.8) |
| OKLCH | oklch(0.789 0.157 341.6) |
Copy-ready code
/* CSS */
color: #fd8fd7;
background-color: #fd8fd7;
/* Tailwind (arbitrary) */
class="text-[#fd8fd7] bg-[#fd8fd7]"
/* SCSS */
$brand: #fd8fd7;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#fd8fd7")Accessibility — WCAG contrast
Aa
#fd8fd7 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8fd7 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow15.0%
Key (black)0.8%
Color previews
#fd8fd7 text on a black background
contrast 10.09:1
Card sample
#fd8fd7 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8fd7;
Background color
Panel with #fd8fd7 background
background-color: #fd8fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8fd7; background: linear-gradient(135deg, #fd8fd7, #FD908F);