#fd97d3
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 151, 211
HSL
325°, 96%, 79%
CMYK
0, 40, 17, 1
Luminance
0.4772
Every format
| HEX | #fd97d3 |
| RGB | rgb(253, 151, 211) |
| HSL | hsl(325, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 17%, 1%) |
| LAB | lab(74.7 46.0 -14.2) |
| LCH | lch(74.7 48.1 342.8) |
| OKLCH | oklch(0.800 0.141 344.6) |
Copy-ready code
/* CSS */
color: #fd97d3;
background-color: #fd97d3;
/* Tailwind (arbitrary) */
class="text-[#fd97d3] bg-[#fd97d3]"
/* SCSS */
$brand: #fd97d3;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.827)
/* Android */
Color.parseColor("#fd97d3")Accessibility — WCAG contrast
Aa
#fd97d3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97d3 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow16.6%
Key (black)0.8%
Color previews
#fd97d3 text on a black background
contrast 10.54:1
Card sample
#fd97d3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97d3;
Background color
Panel with #fd97d3 background
background-color: #fd97d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97d3; background: linear-gradient(135deg, #fd97d3, #FD9F97);