#fd8fcd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 143, 205
HSL
326°, 97%, 78%
CMYK
0, 44, 19, 1
Luminance
0.4494
Every format
| HEX | #fd8fcd |
| RGB | rgb(253, 143, 205) |
| HSL | hsl(326, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 19%, 1%) |
| LAB | lab(72.8 49.1 -13.6) |
| LCH | lch(72.8 51.0 344.5) |
| OKLCH | oklch(0.785 0.151 346.2) |
Copy-ready code
/* CSS */
color: #fd8fcd;
background-color: #fd8fcd;
/* Tailwind (arbitrary) */
class="text-[#fd8fcd] bg-[#fd8fcd]"
/* SCSS */
$brand: #fd8fcd;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.804)
/* Android */
Color.parseColor("#fd8fcd")Accessibility — WCAG contrast
Aa
#fd8fcd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8fcd on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fd8fcd text on a black background
contrast 9.99:1
Card sample
#fd8fcd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8fcd;
Background color
Panel with #fd8fcd background
background-color: #fd8fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8fcd; background: linear-gradient(135deg, #fd8fcd, #FD9A8F);