#fd98ad
a light, electric red · warm · closest name: pink
RGB
253, 152, 173
HSL
348°, 96%, 79%
CMYK
0, 40, 32, 1
Luminance
0.4636
Every format
| HEX | #fd98ad |
| RGB | rgb(253, 152, 173) |
| HSL | hsl(348, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 32%, 1%) |
| LAB | lab(73.8 40.2 5.4) |
| LCH | lch(73.8 40.6 7.7) |
| OKLCH | oklch(0.789 0.123 6.8) |
Copy-ready code
/* CSS */
color: #fd98ad;
background-color: #fd98ad;
/* Tailwind (arbitrary) */
class="text-[#fd98ad] bg-[#fd98ad]"
/* SCSS */
$brand: #fd98ad;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.678)
/* Android */
Color.parseColor("#fd98ad")Accessibility — WCAG contrast
Aa
#fd98ad on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd98ad on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow31.6%
Key (black)0.8%
Color previews
#fd98ad text on a black background
contrast 10.27:1
Card sample
#fd98ad text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd98ad;
Background color
Panel with #fd98ad background
background-color: #fd98ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd98ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd98ad; background: linear-gradient(135deg, #fd98ad, #FDC698);