#fd99ad
a light, electric red · warm · closest name: pink
RGB
253, 153, 173
HSL
348°, 96%, 80%
CMYK
0, 40, 32, 1
Luminance
0.4668
Every format
| HEX | #fd99ad |
| RGB | rgb(253, 153, 173) |
| HSL | hsl(348, 96%, 80%) |
| CMYK | cmyk(0%, 40%, 32%, 1%) |
| LAB | lab(74.0 39.7 5.7) |
| LCH | lch(74.0 40.1 8.2) |
| OKLCH | oklch(0.791 0.121 7.3) |
Copy-ready code
/* CSS */
color: #fd99ad;
background-color: #fd99ad;
/* Tailwind (arbitrary) */
class="text-[#fd99ad] bg-[#fd99ad]"
/* SCSS */
$brand: #fd99ad;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.678)
/* Android */
Color.parseColor("#fd99ad")Accessibility — WCAG contrast
Aa
#fd99ad on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd99ad on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow31.6%
Key (black)0.8%
Color previews
#fd99ad text on a black background
contrast 10.34:1
Card sample
#fd99ad text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd99ad;
Background color
Panel with #fd99ad background
background-color: #fd99ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd99ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd99ad; background: linear-gradient(135deg, #fd99ad, #FDC899);