#fd9dda
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 157, 218
HSL
322°, 96%, 80%
CMYK
0, 38, 14, 1
Luminance
0.5006
Every format
| HEX | #fd9dda |
| RGB | rgb(253, 157, 218) |
| HSL | hsl(322, 96%, 80%) |
| CMYK | cmyk(0%, 38%, 14%, 1%) |
| LAB | lab(76.1 44.0 -15.9) |
| LCH | lch(76.1 46.8 340.2) |
| OKLCH | oklch(0.811 0.136 341.9) |
Copy-ready code
/* CSS */
color: #fd9dda;
background-color: #fd9dda;
/* Tailwind (arbitrary) */
class="text-[#fd9dda] bg-[#fd9dda]"
/* SCSS */
$brand: #fd9dda;
/* SwiftUI */
Color(red: 0.992, green: 0.616, blue: 0.855)
/* Android */
Color.parseColor("#fd9dda")Accessibility — WCAG contrast
Aa
#fd9dda on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9dda on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green61.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd9dda text on a black background
contrast 11.01:1
Card sample
#fd9dda text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9dda;
Background color
Panel with #fd9dda background
background-color: #fd9dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 157, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 157, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9dda; background: linear-gradient(135deg, #fd9dda, #FDA09D);