#fd9bcd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 155, 205
HSL
329°, 96%, 80%
CMYK
0, 39, 19, 1
Luminance
0.4873
Every format
| HEX | #fd9bcd |
| RGB | rgb(253, 155, 205) |
| HSL | hsl(329, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 19%, 1%) |
| LAB | lab(75.3 43.0 -10.0) |
| LCH | lch(75.3 44.2 346.9) |
| OKLCH | oklch(0.804 0.131 348.5) |
Copy-ready code
/* CSS */
color: #fd9bcd;
background-color: #fd9bcd;
/* Tailwind (arbitrary) */
class="text-[#fd9bcd] bg-[#fd9bcd]"
/* SCSS */
$brand: #fd9bcd;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.804)
/* Android */
Color.parseColor("#fd9bcd")Accessibility — WCAG contrast
Aa
#fd9bcd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9bcd on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fd9bcd text on a black background
contrast 10.75:1
Card sample
#fd9bcd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9bcd;
Background color
Panel with #fd9bcd background
background-color: #fd9bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9bcd; background: linear-gradient(135deg, #fd9bcd, #FDAA9B);