#fd8cb8
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 140, 184
HSL
337°, 97%, 77%
CMYK
0, 45, 27, 1
Luminance
0.4310
Every format
| HEX | #fd8cb8 |
| RGB | rgb(253, 140, 184) |
| HSL | hsl(337, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 27%, 1%) |
| LAB | lab(71.6 47.7 -3.8) |
| LCH | lch(71.6 47.9 355.4) |
| OKLCH | oklch(0.774 0.144 356.3) |
Copy-ready code
/* CSS */
color: #fd8cb8;
background-color: #fd8cb8;
/* Tailwind (arbitrary) */
class="text-[#fd8cb8] bg-[#fd8cb8]"
/* SCSS */
$brand: #fd8cb8;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.722)
/* Android */
Color.parseColor("#fd8cb8")Accessibility — WCAG contrast
Aa
#fd8cb8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8cb8 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow27.3%
Key (black)0.8%
Color previews
#fd8cb8 text on a black background
contrast 9.62:1
Card sample
#fd8cb8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8cb8;
Background color
Panel with #fd8cb8 background
background-color: #fd8cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8cb8; background: linear-gradient(135deg, #fd8cb8, #FDAB8C);