#fd94ad
a light, electric red · warm · closest name: pink
RGB
253, 148, 173
HSL
346°, 96%, 79%
CMYK
0, 42, 32, 1
Luminance
0.4508
Every format
| HEX | #fd94ad |
| RGB | rgb(253, 148, 173) |
| HSL | hsl(346, 96%, 79%) |
| CMYK | cmyk(0%, 42%, 32%, 1%) |
| LAB | lab(73.0 42.3 4.2) |
| LCH | lch(73.0 42.5 5.7) |
| OKLCH | oklch(0.783 0.129 5.2) |
Copy-ready code
/* CSS */
color: #fd94ad;
background-color: #fd94ad;
/* Tailwind (arbitrary) */
class="text-[#fd94ad] bg-[#fd94ad]"
/* SCSS */
$brand: #fd94ad;
/* SwiftUI */
Color(red: 0.992, green: 0.580, blue: 0.678)
/* Android */
Color.parseColor("#fd94ad")Accessibility — WCAG contrast
Aa
#fd94ad on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd94ad on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow31.6%
Key (black)0.8%
Color previews
#fd94ad text on a black background
contrast 10.02:1
Card sample
#fd94ad text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd94ad;
Background color
Panel with #fd94ad background
background-color: #fd94ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd94ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 148, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 148, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd94ad; background: linear-gradient(135deg, #fd94ad, #FDC194);