#fd97da
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 151, 218
HSL
321°, 96%, 79%
CMYK
0, 40, 14, 1
Luminance
0.4808
Every format
| HEX | #fd97da |
| RGB | rgb(253, 151, 218) |
| HSL | hsl(321, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 14%, 1%) |
| LAB | lab(74.9 47.1 -17.7) |
| LCH | lch(74.9 50.3 339.4) |
| OKLCH | oklch(0.802 0.146 341.1) |
Copy-ready code
/* CSS */
color: #fd97da;
background-color: #fd97da;
/* Tailwind (arbitrary) */
class="text-[#fd97da] bg-[#fd97da]"
/* SCSS */
$brand: #fd97da;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.855)
/* Android */
Color.parseColor("#fd97da")Accessibility — WCAG contrast
Aa
#fd97da on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97da on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow13.8%
Key (black)0.8%
Color previews
#fd97da text on a black background
contrast 10.62:1
Card sample
#fd97da text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97da;
Background color
Panel with #fd97da background
background-color: #fd97da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97da; background: linear-gradient(135deg, #fd97da, #FD9897);