#fd9adf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 154, 223
HSL
318°, 96%, 80%
CMYK
0, 39, 12, 1
Luminance
0.4932
Every format
| HEX | #fd9adf |
| RGB | rgb(253, 154, 223) |
| HSL | hsl(318, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 12%, 1%) |
| LAB | lab(75.7 46.3 -19.3) |
| LCH | lch(75.7 50.2 337.4) |
| OKLCH | oklch(0.808 0.144 339.1) |
Copy-ready code
/* CSS */
color: #fd9adf;
background-color: #fd9adf;
/* Tailwind (arbitrary) */
class="text-[#fd9adf] bg-[#fd9adf]"
/* SCSS */
$brand: #fd9adf;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.875)
/* Android */
Color.parseColor("#fd9adf")Accessibility — WCAG contrast
Aa
#fd9adf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9adf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow11.9%
Key (black)0.8%
Color previews
#fd9adf text on a black background
contrast 10.86:1
Card sample
#fd9adf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9adf;
Background color
Panel with #fd9adf background
background-color: #fd9adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9adf; background: linear-gradient(135deg, #fd9adf, #FD9A9D);