#fd8cb5
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 140, 181
HSL
338°, 97%, 77%
CMYK
0, 45, 29, 1
Luminance
0.4298
Every format
| HEX | #fd8cb5 |
| RGB | rgb(253, 140, 181) |
| HSL | hsl(338, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 29%, 1%) |
| LAB | lab(71.5 47.3 -2.3) |
| LCH | lch(71.5 47.4 357.3) |
| OKLCH | oklch(0.773 0.143 357.9) |
Copy-ready code
/* CSS */
color: #fd8cb5;
background-color: #fd8cb5;
/* Tailwind (arbitrary) */
class="text-[#fd8cb5] bg-[#fd8cb5]"
/* SCSS */
$brand: #fd8cb5;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.710)
/* Android */
Color.parseColor("#fd8cb5")Accessibility — WCAG contrast
Aa
#fd8cb5 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8cb5 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow28.5%
Key (black)0.8%
Color previews
#fd8cb5 text on a black background
contrast 9.60:1
Card sample
#fd8cb5 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8cb5;
Background color
Panel with #fd8cb5 background
background-color: #fd8cb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8cb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8cb5; background: linear-gradient(135deg, #fd8cb5, #FDAE8C);