#fd97cd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 151, 205
HSL
328°, 96%, 79%
CMYK
0, 40, 19, 1
Luminance
0.4742
Every format
| HEX | #fd97cd |
| RGB | rgb(253, 151, 205) |
| HSL | hsl(328, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 19%, 1%) |
| LAB | lab(74.5 45.1 -11.2) |
| LCH | lch(74.5 46.5 346.0) |
| OKLCH | oklch(0.798 0.137 347.7) |
Copy-ready code
/* CSS */
color: #fd97cd;
background-color: #fd97cd;
/* Tailwind (arbitrary) */
class="text-[#fd97cd] bg-[#fd97cd]"
/* SCSS */
$brand: #fd97cd;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#fd97cd")Accessibility — WCAG contrast
Aa
#fd97cd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97cd on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow19.0%
Key (black)0.8%
Color previews
#fd97cd text on a black background
contrast 10.48:1
Card sample
#fd97cd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97cd;
Background color
Panel with #fd97cd background
background-color: #fd97cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97cd; background: linear-gradient(135deg, #fd97cd, #FDA597);