#fd8ecf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 142, 207
HSL
325°, 97%, 78%
CMYK
0, 44, 18, 1
Luminance
0.4473
Every format
| HEX | #fd8ecf |
| RGB | rgb(253, 142, 207) |
| HSL | hsl(325, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 18%, 1%) |
| LAB | lab(72.7 49.9 -14.9) |
| LCH | lch(72.7 52.1 343.3) |
| OKLCH | oklch(0.785 0.153 345.1) |
Copy-ready code
/* CSS */
color: #fd8ecf;
background-color: #fd8ecf;
/* Tailwind (arbitrary) */
class="text-[#fd8ecf] bg-[#fd8ecf]"
/* SCSS */
$brand: #fd8ecf;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#fd8ecf")Accessibility — WCAG contrast
Aa
#fd8ecf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ecf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fd8ecf text on a black background
contrast 9.95:1
Card sample
#fd8ecf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ecf;
Background color
Panel with #fd8ecf background
background-color: #fd8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ecf; background: linear-gradient(135deg, #fd8ecf, #FD978E);