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