#fd9ada
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 154, 218
HSL
321°, 96%, 80%
CMYK
0, 39, 14, 1
Luminance
0.4906
Every format
| HEX | #fd9ada |
| RGB | rgb(253, 154, 218) |
| HSL | hsl(321, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 14%, 1%) |
| LAB | lab(75.5 45.5 -16.8) |
| LCH | lch(75.5 48.5 339.7) |
| OKLCH | oklch(0.807 0.141 341.5) |
Copy-ready code
/* CSS */
color: #fd9ada;
background-color: #fd9ada;
/* Tailwind (arbitrary) */
class="text-[#fd9ada] bg-[#fd9ada]"
/* SCSS */
$brand: #fd9ada;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.855)
/* Android */
Color.parseColor("#fd9ada")Accessibility — WCAG contrast
Aa
#fd9ada on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9ada on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd9ada text on a black background
contrast 10.81:1
Card sample
#fd9ada text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9ada;
Background color
Panel with #fd9ada background
background-color: #fd9ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9ada; background: linear-gradient(135deg, #fd9ada, #FD9C9A);