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