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