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