Salmon
#FD9D8B
RedColor Codes
All color formats for development
HEX
#FD9D8BRGB
rgb(253, 157, 139)HSL
hsl(9, 97%, 77%)OKLCH
oklch(0.79 0.118 31.3)CMYK
cmyk(0%, 38%, 45%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD7C65
2#FC5B3E
3#FB3A17
4#E82604
5#C12003
6#9B1902
7#741302
8#4D0D01
9#270601
Tints
Lighter variations
1#FDA697
2#FEB0A3
3#FEBAAE
4#FEC4BA
5#FECEC5
6#FED8D1
7#FEE1DC
8#FFEBE8
9#FFF5F3
Tones
Muted variations
1#F8A191
2#F2A497
3#ECA89D
4#E6ACA2
5#E1B0A8
6#DBB4AE
7#D5B8B3
8#D0BCB9
9#CAC0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE1 #FEE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC7 #FEC7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9D #FD9D8B | BordersInactive statesPlaceholder text |
| 400 | FC69 #FC694F | Disabled statesSecondary iconsMuted text |
| 500 | FC3E #FC3E1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD24 #DD2403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B01D #B01D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E14 #7E1402 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500D #500D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FFF2F0;
--salmon-100: #FEE1DC;
--salmon-200: #FEC7BE;
--salmon-300: #FD9D8B;
--salmon-400: #FC694F;
--salmon-500: #FC3E1D;
--salmon-600: #DD2403;
--salmon-700: #B01D03;
--salmon-800: #7E1402;
--salmon-900: #500D01;
--salmon-950: #320801;
}