#fd8da7
a light, electric red · warm · closest name: salmon
RGB
253, 141, 167
HSL
346°, 97%, 77%
CMYK
0, 44, 34, 1
Luminance
0.4272
Every format
| HEX | #fd8da7 |
| RGB | rgb(253, 141, 167) |
| HSL | hsl(346, 97%, 77%) |
| CMYK | cmyk(0%, 44%, 34%, 1%) |
| LAB | lab(71.4 45.1 5.3) |
| LCH | lch(71.4 45.4 6.7) |
| OKLCH | oklch(0.771 0.138 6.0) |
Copy-ready code
/* CSS */
color: #fd8da7;
background-color: #fd8da7;
/* Tailwind (arbitrary) */
class="text-[#fd8da7] bg-[#fd8da7]"
/* SCSS */
$brand: #fd8da7;
/* SwiftUI */
Color(red: 0.992, green: 0.553, blue: 0.655)
/* Android */
Color.parseColor("#fd8da7")Accessibility — WCAG contrast
Aa
#fd8da7 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8da7 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow34.0%
Key (black)0.8%
Color previews
#fd8da7 text on a black background
contrast 9.54:1
Card sample
#fd8da7 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8da7;
Background color
Panel with #fd8da7 background
background-color: #fd8da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 141, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 141, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8da7; background: linear-gradient(135deg, #fd8da7, #FDBE8D);