#fd9fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 159, 223
HSL
319°, 96%, 81%
CMYK
0, 37, 12, 1
Luminance
0.5101
Every format
| HEX | #fd9fdf |
| RGB | rgb(253, 159, 223) |
| HSL | hsl(319, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 12%, 1%) |
| LAB | lab(76.7 43.8 -17.7) |
| LCH | lch(76.7 47.2 337.9) |
| OKLCH | oklch(0.816 0.136 339.7) |
Copy-ready code
/* CSS */
color: #fd9fdf;
background-color: #fd9fdf;
/* Tailwind (arbitrary) */
class="text-[#fd9fdf] bg-[#fd9fdf]"
/* SCSS */
$brand: #fd9fdf;
/* SwiftUI */
Color(red: 0.992, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#fd9fdf")Accessibility — WCAG contrast
Aa
#fd9fdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9fdf on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow11.9%
Key (black)0.8%
Color previews
#fd9fdf text on a black background
contrast 11.20:1
Card sample
#fd9fdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9fdf;
Background color
Panel with #fd9fdf background
background-color: #fd9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9fdf; background: linear-gradient(135deg, #fd9fdf, #FD9FA0);