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