#fd9fcf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 159, 207
HSL
329°, 96%, 81%
CMYK
0, 37, 18, 1
Luminance
0.5018
Every format
| HEX | #fd9fcf |
| RGB | rgb(253, 159, 207) |
| HSL | hsl(329, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 18%, 1%) |
| LAB | lab(76.2 41.3 -9.8) |
| LCH | lch(76.2 42.4 346.7) |
| OKLCH | oklch(0.811 0.125 348.3) |
Copy-ready code
/* CSS */
color: #fd9fcf;
background-color: #fd9fcf;
/* Tailwind (arbitrary) */
class="text-[#fd9fcf] bg-[#fd9fcf]"
/* SCSS */
$brand: #fd9fcf;
/* SwiftUI */
Color(red: 0.992, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#fd9fcf")Accessibility — WCAG contrast
Aa
#fd9fcf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9fcf on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow18.2%
Key (black)0.8%
Color previews
#fd9fcf text on a black background
contrast 11.04:1
Card sample
#fd9fcf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9fcf;
Background color
Panel with #fd9fcf background
background-color: #fd9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9fcf; background: linear-gradient(135deg, #fd9fcf, #FDAE9F);