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