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