#fd8eb7
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 142, 183
HSL
338°, 97%, 78%
CMYK
0, 44, 28, 1
Luminance
0.4365
Every format
| HEX | #fd8eb7 |
| RGB | rgb(253, 142, 183) |
| HSL | hsl(338, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 28%, 1%) |
| LAB | lab(72.0 46.6 -2.7) |
| LCH | lch(72.0 46.7 356.7) |
| OKLCH | oklch(0.777 0.141 357.4) |
Copy-ready code
/* CSS */
color: #fd8eb7;
background-color: #fd8eb7;
/* Tailwind (arbitrary) */
class="text-[#fd8eb7] bg-[#fd8eb7]"
/* SCSS */
$brand: #fd8eb7;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#fd8eb7")Accessibility — WCAG contrast
Aa
#fd8eb7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8eb7 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow27.7%
Key (black)0.8%
Color previews
#fd8eb7 text on a black background
contrast 9.73:1
Card sample
#fd8eb7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8eb7;
Background color
Panel with #fd8eb7 background
background-color: #fd8eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8eb7; background: linear-gradient(135deg, #fd8eb7, #FDAF8E);