#fd9b9f
a light, electric red · warm · closest name: salmon
RGB
253, 155, 159
HSL
358°, 96%, 80%
CMYK
0, 39, 37, 1
Luminance
0.4683
Every format
| HEX | #fd9b9f |
| RGB | rgb(253, 155, 159) |
| HSL | hsl(358, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 37%, 1%) |
| LAB | lab(74.1 37.0 13.6) |
| LCH | lch(74.1 39.4 20.2) |
| OKLCH | oklch(0.791 0.117 17.4) |
Copy-ready code
/* CSS */
color: #fd9b9f;
background-color: #fd9b9f;
/* Tailwind (arbitrary) */
class="text-[#fd9b9f] bg-[#fd9b9f]"
/* SCSS */
$brand: #fd9b9f;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.624)
/* Android */
Color.parseColor("#fd9b9f")Accessibility — WCAG contrast
Aa
#fd9b9f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9b9f on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow37.2%
Key (black)0.8%
Color previews
#fd9b9f text on a black background
contrast 10.37:1
Card sample
#fd9b9f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9b9f;
Background color
Panel with #fd9b9f background
background-color: #fd9b9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9b9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9b9f; background: linear-gradient(135deg, #fd9b9f, #FDD89B);