#fd9acd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 154, 205
HSL
329°, 96%, 80%
CMYK
0, 39, 19, 1
Luminance
0.4840
Every format
| HEX | #fd9acd |
| RGB | rgb(253, 154, 205) |
| HSL | hsl(329, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 19%, 1%) |
| LAB | lab(75.1 43.6 -10.3) |
| LCH | lch(75.1 44.8 346.7) |
| OKLCH | oklch(0.802 0.133 348.3) |
Copy-ready code
/* CSS */
color: #fd9acd;
background-color: #fd9acd;
/* Tailwind (arbitrary) */
class="text-[#fd9acd] bg-[#fd9acd]"
/* SCSS */
$brand: #fd9acd;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.804)
/* Android */
Color.parseColor("#fd9acd")Accessibility — WCAG contrast
Aa
#fd9acd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9acd on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow19.0%
Key (black)0.8%
Color previews
#fd9acd text on a black background
contrast 10.68:1
Card sample
#fd9acd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9acd;
Background color
Panel with #fd9acd background
background-color: #fd9acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9acd; background: linear-gradient(135deg, #fd9acd, #FDA99A);